#990F66

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

Shades of Eggplant #990F66

Tints of Eggplant #990F66

Color information

#990F66 (or 0x990F66) is unknown color: approx Eggplant. HEX triplet: 99, 0F and 66. RGB value is (153,15,102). Sum of RGB (Red+Green+Blue) = 153+15+102=270 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.67% from 270); Green value is 15 (6.25% from 255 or 5.56% from 270); Blue value is 102 (40.23% from 255 or 37.78% from 270); Max value from RGB is 153 - color contains mainly: red. Hex color #990F66 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990F66 is #66F099. Grayscale: #414141. Windows color (decimal): -6746266 or 6688665. OLE color: 6688665.

HSL color Cylindrical-coordinate representation of color #990F66: hue angle of 322.17º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #990F66 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.4.

Color convert

RGB15315102-
CMYK00.900.330.4
HSL322.17º82.14%32.94%-
HSV(B)322.17º90.2%60%-
XYZ15.718.0713.3-
YUV66.18148.22189.93-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 56.67%
GREEN value IS 15 (6.25% from 255) = 5.56%
BLUE value IS 102 (40.23% from 255) = 37.78%
R=56.67%
G=5.56%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.33
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531510200.900.330.4322.1782.1432.94
Hex99F6605A21281425221
Octal231171460132415050212241
Binary1001100111111100110010110101000011010001010000101010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990F66; }

 p { color: rgb(153,15,102); }

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

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

 a { background-color: rgb(153,15,102); }

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

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

 span { border-color: rgb(153,15,102); }

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