#99136E

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

Shades of Eggplant #99136E

Tints of Eggplant #99136E

Color information

#99136E (or 0x99136E) is unknown color: approx Eggplant. HEX triplet: 99, 13 and 6E. RGB value is (153,19,110). Sum of RGB (Red+Green+Blue) = 153+19+110=282 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.26% from 282); Green value is 19 (7.81% from 255 or 6.74% from 282); Blue value is 110 (43.36% from 255 or 39.01% from 282); Max value from RGB is 153 - color contains mainly: red. Hex color #99136E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99136E is #66EC91. Grayscale: #454545. Windows color (decimal): -6745234 or 7213977. OLE color: 7213977.

HSL color Cylindrical-coordinate representation of color #99136E: hue angle of 319.25º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #99136E is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.4.

Color convert

RGB15319110-
CMYK00.880.280.4
HSL319.25º77.91%33.73%-
HSV(B)319.25º87.58%60%-
XYZ16.188.3615.51-
YUV69.44150.89187.6-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 54.26%
GREEN value IS 19 (7.81% from 255) = 6.74%
BLUE value IS 110 (43.36% from 255) = 39.01%
R=54.26%
G=6.74%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.28
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531911000.880.280.4319.2577.9133.73
Hex99136E0581C2813f4e22
Octal231231560130345047711642
Binary1001100110011110111001011000111001010001001111111001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99136E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99136E; }

 p { color: rgb(153,19,110); }

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

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

 a { background-color: rgb(153,19,110); }

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

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

 span { border-color: rgb(153,19,110); }

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