#99136F

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

Shades of Eggplant #99136F

Tints of Eggplant #99136F

Color information

#99136F (or 0x99136F) is unknown color: approx Eggplant. HEX triplet: 99, 13 and 6F. RGB value is (153,19,111). Sum of RGB (Red+Green+Blue) = 153+19+111=283 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.06% from 283); Green value is 19 (7.81% from 255 or 6.71% from 283); Blue value is 111 (43.75% from 255 or 39.22% from 283); Max value from RGB is 153 - color contains mainly: red. Hex color #99136F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99136F is #66EC90. Grayscale: #454545. Windows color (decimal): -6745233 or 7279513. OLE color: 7279513.

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

Color convert

RGB15319111-
CMYK00.880.270.4
HSL318.81º77.91%33.73%-
HSV(B)318.81º87.58%60%-
XYZ16.248.3915.8-
YUV69.55151.39187.52-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 54.06%
GREEN value IS 19 (7.81% from 255) = 6.71%
BLUE value IS 111 (43.75% from 255) = 39.22%
R=54.06%
G=6.71%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531911100.880.270.4318.8177.9133.73
Hex99136F0581B2813f4e22
Octal231231570130335047711642
Binary1001100110011110111101011000110111010001001111111001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99136F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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