#990664

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

Shades of Eggplant #990664

Tints of Eggplant #990664

Color information

#990664 (or 0x990664) is unknown color: approx Eggplant. HEX triplet: 99, 06 and 64. RGB value is (153,6,100). Sum of RGB (Red+Green+Blue) = 153+6+100=259 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.07% from 259); Green value is 6 (2.73% from 255 or 2.32% from 259); Blue value is 100 (39.45% from 255 or 38.61% from 259); Max value from RGB is 153 - color contains mainly: red. Hex color #990664 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990664 is #66F99B. Grayscale: #3C3C3C. Windows color (decimal): -6748572 or 6555289. OLE color: 6555289.

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

Color convert

RGB1536100-
CMYK00.960.350.4
HSL321.63º92.45%31.18%-
HSV(B)321.63º96.08%60%-
XYZ15.57.8212.75-
YUV60.67150.2193.86-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 59.07%
GREEN value IS 6 (2.73% from 255) = 2.32%
BLUE value IS 100 (39.45% from 255) = 38.61%
R=59.07%
G=2.32%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153610000.960.350.4321.6392.4531.18
Hex9966406023281425c1f
Octal23161440140435050213437
Binary10011001110110010001100000100011101000101000010101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990664; }

 p { color: rgb(153,6,100); }

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

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

 a { background-color: rgb(153,6,100); }

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

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

 span { border-color: rgb(153,6,100); }

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