#991571

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

Shades of Eggplant #991571

Tints of Eggplant #991571

Color information

#991571 (or 0x991571) is unknown color: approx Eggplant. HEX triplet: 99, 15 and 71. RGB value is (153,21,113). Sum of RGB (Red+Green+Blue) = 153+21+113=287 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.31% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 113 (44.53% from 255 or 39.37% from 287); Max value from RGB is 153 - color contains mainly: red. Hex color #991571 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991571 is #66EA8E. Grayscale: #464646. Windows color (decimal): -6744719 or 7411097. OLE color: 7411097.

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

Color convert

RGB15321113-
CMYK00.860.260.4
HSL318.18º75.86%34.12%-
HSV(B)318.18º86.27%60%-
XYZ16.398.516.4-
YUV70.96151.73186.52-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.31%
GREEN value IS 21 (8.59% from 255) = 7.32%
BLUE value IS 113 (44.53% from 255) = 39.37%
R=53.31%
G=7.32%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.26
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1532111300.860.260.4318.1875.8634.12
Hex9915710561A2813e4c22
Octal231251610126325047611442
Binary1001100110101111000101010110110101010001001111101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991571; }

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

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

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

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

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

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

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

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