#99156A

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

Shades of Eggplant #99156A

Tints of Eggplant #99156A

Color information

#99156A (or 0x99156A) is unknown color: approx Eggplant. HEX triplet: 99, 15 and 6A. RGB value is (153,21,106). Sum of RGB (Red+Green+Blue) = 153+21+106=280 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.64% from 280); Green value is 21 (8.59% from 255 or 7.5% from 280); Blue value is 106 (41.80% from 255 or 37.86% from 280); Max value from RGB is 153 - color contains mainly: red. Hex color #99156A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99156A is #66EA95. Grayscale: #454545. Windows color (decimal): -6744726 or 6952345. OLE color: 6952345.

HSL color Cylindrical-coordinate representation of color #99156A: hue angle of 321.36º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #99156A is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB15321106-
CMYK00.860.310.4
HSL321.36º75.86%34.12%-
HSV(B)321.36º86.27%60%-
XYZ16.018.3514.4-
YUV70.16148.23187.09-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 54.64%
GREEN value IS 21 (8.59% from 255) = 7.5%
BLUE value IS 106 (41.80% from 255) = 37.86%
R=54.64%
G=7.5%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1532110600.860.310.4321.3675.8634.12
Hex99156A0561F281414c22
Octal231251520126375050111442
Binary1001100110101110101001010110111111010001010000011001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99156A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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