#99066C

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

Shades of Eggplant #99066C

Tints of Eggplant #99066C

Color information

#99066C (or 0x99066C) is unknown color: approx Eggplant. HEX triplet: 99, 06 and 6C. RGB value is (153,6,108). Sum of RGB (Red+Green+Blue) = 153+6+108=267 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.30% from 267); Green value is 6 (2.73% from 255 or 2.25% from 267); Blue value is 108 (42.58% from 255 or 40.45% from 267); Max value from RGB is 153 - color contains mainly: red. Hex color #99066C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99066C is #66F993. Grayscale: #3D3D3D. Windows color (decimal): -6748564 or 7079577. OLE color: 7079577.

HSL color Cylindrical-coordinate representation of color #99066C: hue angle of 318.37º 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 #99066C is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB1536108-
CMYK00.960.290.4
HSL318.37º92.45%31.18%-
HSV(B)318.37º96.08%60%-
XYZ15.917.9914.89-
YUV61.58154.2193.21-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 57.30%
GREEN value IS 6 (2.73% from 255) = 2.25%
BLUE value IS 108 (42.58% from 255) = 40.45%
R=57.30%
G=2.25%
B=40.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153610800.960.290.4318.3792.4531.18
Hex9966C0601D2813e5c1f
Octal23161540140355047613437
Binary1001100111011011000110000011101101000100111110101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99066C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99066C; }

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

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

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

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

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

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

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

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