#99006F

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

Shades of Eggplant #99006F

Tints of Eggplant #99006F

Color information

#99006F (or 0x99006F) is unknown color: approx Eggplant. HEX triplet: 99, 00 and 6F. RGB value is (153,0,111). Sum of RGB (Red+Green+Blue) = 153+0+111=264 (34% of max value = 765). Red value is 153 (60.16% from 255 or 57.95% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 111 (43.75% from 255 or 42.05% from 264); Max value from RGB is 153 - color contains mainly: red. Hex color #99006F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99006F is #66FF90. Grayscale: #3A3A3A. Windows color (decimal): -6750097 or 7274649. OLE color: 7274649.

HSL color Cylindrical-coordinate representation of color #99006F: hue angle of 316.47º 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 #99006F is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB1530111-
CMYK010.270.4
HSL316.47º100%30%-
HSV(B)316.47º100%60%-
XYZ16.017.9215.72-
YUV58.4157.69195.47-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 57.95%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 111 (43.75% from 255) = 42.05%
R=57.95%
G=0%
B=42.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1530111010.270.4316.4710030
Hex9906F0641B2813c641e
Octal23101570144335047414436
Binary10011001011011110110010011011101000100111100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99006F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99006F; }

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

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

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

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

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

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

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

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