Html Css Color HEX #990576 Eggplant

📋 copy color: '#990576'

red 153 ◦ green 5 ◦ blue 118

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

Shades of Eggplant #990576

Tints of Eggplant #990576

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.81%

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

R = 55.43%
G = 1.81%
B = 42.75%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.4

RGB Variations

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

Color information

#990576 (or 0x990576) is known color: Eggplant. HEX triplet: 99, 05 and 76. RGB value is (153,5,118). Sum of RGB (Red+Green+Blue) = 153+5+118=276 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.43% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 118 (46.48% from 255 or 42.75% from 276); Max value from RGB is 153 - color contains mainly: red. Hex color #990576 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990576 is #66FA89. Grayscale: #3D3D3D. Windows color (decimal): -6748810 or 7734681. OLE color: 7734681.

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

Color convert

RGB 153 5 118 -
CMYK 0 0.97 0.23 0.4
HSL 314.19º 0.94% 0.31% -
HSV(B) 314.19º 0.97% 0.6% -
XYZ 16.46 8.19 17.85 -
YUV 62.13 159.53 192.81 -
System Red Green Blue C M Y K H S L
Decimal 153 5 118 0 0.97 0.23 0.4 314.19 0.94 0.31
Hex 99 5 76 0 61 17 28 13A 5E 1F
Octal 231 5 166 0 141 27 50 472 136 37
Binary 10011001 101 1110110 0 1100001 10111 101000 100111010 1011110 11111

Color Harmonies of #990576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990576

Black with #990576

Text Example


Text Example

White with #990576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990576; }

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

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

background-color css

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

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

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

border-color css

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

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

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