#990078

Color #990078 Eggplant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eggplant #990078

Tints of Eggplant #990078

Color information

#990078 (or 0x990078) is unknown color: approx Eggplant. HEX triplet: 99, 00 and 78. RGB value is (153,0,120). Sum of RGB (Red+Green+Blue) = 153+0+120=273 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.04% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 120 (47.27% from 255 or 43.96% from 273); Max value from RGB is 153 - color contains mainly: red. Hex color #990078 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990078 is #66FF87. Grayscale: #3B3B3B. Windows color (decimal): -6750088 or 7864473. OLE color: 7864473.

HSL color Cylindrical-coordinate representation of color #990078: hue angle of 312.94º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #990078 is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB1530120-
CMYK010.220.4
HSL312.94º100%30%-
HSV(B)312.94º100%60%-
XYZ16.538.1318.47-
YUV59.43162.19194.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 56.04%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 120 (47.27% from 255) = 43.96%
R=56.04%
G=0%
B=43.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1530120010.220.4312.9410030
Hex990780641628139641e
Octal23101700144265047114436
Binary10011001011110000110010010110101000100111001110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990078; }

 p { color: rgb(153,0,120); }

 H1.HeaderClassName
 {
   color: #990078;
 }
 .AnyTagClassName
 {
   color: #990078;
 }
</style>
background-color css

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

 a { background-color: rgb(153,0,120); }

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

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

 span { border-color: rgb(153,0,120); }

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