#99146E

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

Shades of Eggplant #99146E

Tints of Eggplant #99146E

Color information

#99146E (or 0x99146E) is unknown color: approx Eggplant. HEX triplet: 99, 14 and 6E. RGB value is (153,20,110). Sum of RGB (Red+Green+Blue) = 153+20+110=283 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.06% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 110 (43.36% from 255 or 38.87% from 283); Max value from RGB is 153 - color contains mainly: red. Hex color #99146E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99146E is #66EB91. Grayscale: #454545. Windows color (decimal): -6744978 or 7214233. OLE color: 7214233.

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

Color convert

RGB15320110-
CMYK00.870.280.4
HSL319.4º76.88%33.92%-
HSV(B)319.4º86.93%60%-
XYZ16.28.415.52-
YUV70.03150.56187.18-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 54.06%
GREEN value IS 20 (8.20% from 255) = 7.07%
BLUE value IS 110 (43.36% from 255) = 38.87%
R=54.06%
G=7.07%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.28
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1532011000.870.280.4319.476.8833.92
Hex99146E0571C2813f4d22
Octal231241560127345047711542
Binary1001100110100110111001010111111001010001001111111001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99146E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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