Html Css Color HEX #990876 Eggplant

📋 copy color: '#990876'

red 153 ◦ green 8 ◦ blue 118

#990876
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eggplant #990876

Tints of Eggplant #990876

RGB

 RED value IS 153 (60.16% from 255) = 54.84%

 GREEN value IS 8 (3.52% from 255) = 2.87%

 BLUE value IS 118 (46.48% from 255) = 42.29%

R = 54.84%
G = 2.87%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.23

 K value IS 0.4

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#990876 (or 0x990876) is known color: Eggplant. HEX triplet: 99, 08 and 76. RGB value is (153,8,118). Sum of RGB (Red+Green+Blue) = 153+8+118=279 (36% of max value = 765). Red value is 153 (60.16% from 255 or 54.84% from 279); Green value is 8 (3.52% from 255 or 2.87% from 279); Blue value is 118 (46.48% from 255 or 42.29% from 279); Max value from RGB is 153 - color contains mainly: red. Hex color #990876 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990876 is #66F789. Grayscale: #3F3F3F. Windows color (decimal): -6748042 or 7735449. OLE color: 7735449.

HSL color Cylindrical-coordinate representation of color #990876: hue angle of 314.48º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #990876 is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 8 118 -
CMYK 0 0.95 0.23 0.4
HSL 314.48º 0.9% 0.32% -
HSV(B) 314.48º 0.95% 0.6% -
XYZ 16.49 8.25 17.86 -
YUV 63.9 158.54 191.56 -
System Red Green Blue C M Y K H S L
Decimal 153 8 118 0 0.95 0.23 0.4 314.48 0.9 0.32
Hex 99 8 76 0 5F 17 28 13A 5A 20
Octal 231 10 166 0 137 27 50 472 132 40
Binary 10011001 1000 1110110 0 1011111 10111 101000 100111010 1011010 100000

Color Harmonies of #990876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990876

Black with #990876

Text Example


Text Example

White with #990876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990876; }

 p { color: rgb(153,8,118); }

 H1.HeaderClassName
 {
   color: #990876;
 }
 .AnyTagClassName
 {
   color: #990876;
 }
</style>

background-color css

<style>
 a { background-color: #990876; }

 a { background-color: rgb(153,8,118); }

 div.DivClassName
 {
   background-color: #990876;
 }
 .BgClassName
 {
   background-color: #990876;
 }
</style>

border-color css

<style>
 span { border-color: #990876; }

 span { border-color: rgb(153,8,118); }

 td.TdClassName
 {
   border-color: #990876;
 }
 .TagClassName
 {
   border-color: #990876;
 }
</style>