Html Css Color HEX #990976 Eggplant

📋 copy color: '#990976'

red 153 ◦ green 9 ◦ blue 118

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

Shades of Eggplant #990976

Tints of Eggplant #990976

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.21%

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

R = 54.64%
G = 3.21%
B = 42.14%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.23

 K value IS 0.4

RGB Variations

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

Color information

#990976 (or 0x990976) is known color: Eggplant. HEX triplet: 99, 09 and 76. RGB value is (153,9,118). Sum of RGB (Red+Green+Blue) = 153+9+118=280 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.64% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 118 (46.48% from 255 or 42.14% from 280); Max value from RGB is 153 - color contains mainly: red. Hex color #990976 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990976 is #66F689. Grayscale: #404040. Windows color (decimal): -6747786 or 7735705. OLE color: 7735705.

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

Color convert

RGB 153 9 118 -
CMYK 0 0.94 0.23 0.4
HSL 314.58º 0.89% 0.32% -
HSV(B) 314.58º 0.94% 0.6% -
XYZ 16.5 8.28 17.87 -
YUV 64.48 158.21 191.14 -
System Red Green Blue C M Y K H S L
Decimal 153 9 118 0 0.94 0.23 0.4 314.58 0.89 0.32
Hex 99 9 76 0 5E 17 28 13B 59 20
Octal 231 11 166 0 136 27 50 473 131 40
Binary 10011001 1001 1110110 0 1011110 10111 101000 100111011 1011001 100000

Color Harmonies of #990976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990976

Black with #990976

Text Example


Text Example

White with #990976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990976; }

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

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

background-color css

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

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

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

border-color css

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

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

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