#99066A

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

Shades of Eggplant #99066A

Tints of Eggplant #99066A

Color information

#99066A (or 0x99066A) is unknown color: approx Eggplant. HEX triplet: 99, 06 and 6A. RGB value is (153,6,106). Sum of RGB (Red+Green+Blue) = 153+6+106=265 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.74% from 265); Green value is 6 (2.73% from 255 or 2.26% from 265); Blue value is 106 (41.80% from 255 or 40% from 265); Max value from RGB is 153 - color contains mainly: red. Hex color #99066A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99066A is #66F995. Grayscale: #3D3D3D. Windows color (decimal): -6748566 or 6948505. OLE color: 6948505.

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

Color convert

RGB1536106-
CMYK00.960.310.4
HSL319.18º92.45%31.18%-
HSV(B)319.18º96.08%60%-
XYZ15.87.9414.34-
YUV61.35153.2193.37-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 57.74%
GREEN value IS 6 (2.73% from 255) = 2.26%
BLUE value IS 106 (41.80% from 255) = 40%
R=57.74%
G=2.26%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153610600.960.310.4319.1892.4531.18
Hex9966A0601F2813f5c1f
Octal23161520140375047713437
Binary1001100111011010100110000011111101000100111111101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99066A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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