#991373

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

Shades of Eggplant #991373

Tints of Eggplant #991373

Color information

#991373 (or 0x991373) is unknown color: approx Eggplant. HEX triplet: 99, 13 and 73. RGB value is (153,19,115). Sum of RGB (Red+Green+Blue) = 153+19+115=287 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.31% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 115 (45.31% from 255 or 40.07% from 287); Max value from RGB is 153 - color contains mainly: red. Hex color #991373 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991373 is #66EC8C. Grayscale: #454545. Windows color (decimal): -6745229 or 7541657. OLE color: 7541657.

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

Color convert

RGB15319115-
CMYK00.880.250.4
HSL317.01º77.91%33.73%-
HSV(B)317.01º87.58%60%-
XYZ16.468.4816.99-
YUV70.01153.39187.19-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.31%
GREEN value IS 19 (7.81% from 255) = 6.62%
BLUE value IS 115 (45.31% from 255) = 40.07%
R=53.31%
G=6.62%
B=40.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531911500.880.250.4317.0177.9133.73
Hex991373058192813d4e22
Octal231231630130315047511642
Binary1001100110011111001101011000110011010001001111011001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991373; }

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

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

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

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

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

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

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

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