#991168

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

Shades of Eggplant #991168

Tints of Eggplant #991168

Color information

#991168 (or 0x991168) is unknown color: approx Eggplant. HEX triplet: 99, 11 and 68. RGB value is (153,17,104). Sum of RGB (Red+Green+Blue) = 153+17+104=274 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.84% from 274); Green value is 17 (7.03% from 255 or 6.20% from 274); Blue value is 104 (41.02% from 255 or 37.96% from 274); Max value from RGB is 153 - color contains mainly: red. Hex color #991168 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991168 is #66EE97. Grayscale: #434343. Windows color (decimal): -6745752 or 6820249. OLE color: 6820249.

HSL color Cylindrical-coordinate representation of color #991168: hue angle of 321.62º 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 #991168 is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.4.

Color convert

RGB15317104-
CMYK00.890.320.4
HSL321.62º80%33.33%-
HSV(B)321.62º88.89%60%-
XYZ15.848.1713.84-
YUV67.58148.56188.93-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.84%
GREEN value IS 17 (7.03% from 255) = 6.20%
BLUE value IS 104 (41.02% from 255) = 37.96%
R=55.84%
G=6.20%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.32
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531710400.890.320.4321.628033.33
Hex99116805920281425021
Octal231211500131405050212041
Binary10011001100011101000010110011000001010001010000101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991168; }

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

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

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

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

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

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

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

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