Html Css Color HEX #990577 Eggplant

📋 copy color: '#990577'

red 153 ◦ green 5 ◦ blue 119

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

Shades of Eggplant #990577

Tints of Eggplant #990577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 42.96%

R = 55.23%
G = 1.81%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#990577 (or 0x990577) is known color: Eggplant. HEX triplet: 99, 05 and 77. RGB value is (153,5,119). Sum of RGB (Red+Green+Blue) = 153+5+119=277 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.23% from 277); Green value is 5 (2.34% from 255 or 1.81% from 277); Blue value is 119 (46.88% from 255 or 42.96% from 277); Max value from RGB is 153 - color contains mainly: red. Hex color #990577 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990577 is #66FA88. Grayscale: #3D3D3D. Windows color (decimal): -6748809 or 7800217. OLE color: 7800217.

HSL color Cylindrical-coordinate representation of color #990577: hue angle of 313.78º 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 #990577 is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 5 119 -
CMYK 0 0.97 0.22 0.4
HSL 313.78º 0.94% 0.31% -
HSV(B) 313.78º 0.97% 0.6% -
XYZ 16.52 8.21 18.17 -
YUV 62.25 160.03 192.73 -
System Red Green Blue C M Y K H S L
Decimal 153 5 119 0 0.97 0.22 0.4 313.78 0.94 0.31
Hex 99 5 77 0 61 16 28 13A 5E 1F
Octal 231 5 167 0 141 26 50 472 136 37
Binary 10011001 101 1110111 0 1100001 10110 101000 100111010 1011110 11111

Color Harmonies of #990577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990577

Black with #990577

Text Example


Text Example

White with #990577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990577; }

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

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

background-color css

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

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

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

border-color css

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

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

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