#99116D

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

Shades of Eggplant #99116D

Tints of Eggplant #99116D

Color information

#99116D (or 0x99116D) is unknown color: approx Eggplant. HEX triplet: 99, 11 and 6D. RGB value is (153,17,109). Sum of RGB (Red+Green+Blue) = 153+17+109=279 (36% of max value = 765). Red value is 153 (60.16% from 255 or 54.84% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 109 (42.97% from 255 or 39.07% from 279); Max value from RGB is 153 - color contains mainly: red. Hex color #99116D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99116D is #66EE92. Grayscale: #434343. Windows color (decimal): -6745747 or 7147929. OLE color: 7147929.

HSL color Cylindrical-coordinate representation of color #99116D: hue angle of 319.41º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #99116D is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB15317109-
CMYK00.890.290.4
HSL319.41º80%33.33%-
HSV(B)319.41º88.89%60%-
XYZ16.18.2815.22-
YUV68.15151.06188.52-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 54.84%
GREEN value IS 17 (7.03% from 255) = 6.09%
BLUE value IS 109 (42.97% from 255) = 39.07%
R=54.84%
G=6.09%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531710900.890.290.4319.418033.33
Hex99116D0591D2813f5021
Octal231211550131355047712041
Binary1001100110001110110101011001111011010001001111111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99116D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99116D; }

 p { color: rgb(153,17,109); }

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

<style>
 a { background-color: #99116D; }

 a { background-color: rgb(153,17,109); }

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

<style>
 span { border-color: #99116D; }

 span { border-color: rgb(153,17,109); }

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