#99136C

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

Shades of Eggplant #99136C

Tints of Eggplant #99136C

Color information

#99136C (or 0x99136C) is unknown color: approx Eggplant. HEX triplet: 99, 13 and 6C. RGB value is (153,19,108). Sum of RGB (Red+Green+Blue) = 153+19+108=280 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.64% from 280); Green value is 19 (7.81% from 255 or 6.79% from 280); Blue value is 108 (42.58% from 255 or 38.57% from 280); Max value from RGB is 153 - color contains mainly: red. Hex color #99136C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99136C is #66EC93. Grayscale: #444444. Windows color (decimal): -6745236 or 7082905. OLE color: 7082905.

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

Color convert

RGB15319108-
CMYK00.880.290.4
HSL320.15º77.91%33.73%-
HSV(B)320.15º87.58%60%-
XYZ16.088.3214.95-
YUV69.21149.89187.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 54.64%
GREEN value IS 19 (7.81% from 255) = 6.79%
BLUE value IS 108 (42.58% from 255) = 38.57%
R=54.64%
G=6.79%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531910800.880.290.4320.1577.9133.73
Hex99136C0581D281404e22
Octal231231540130355050011642
Binary1001100110011110110001011000111011010001010000001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99136C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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