#991576

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

Shades of Dark Purple #991576

Tints of Dark Purple #991576

Color information

#991576 (or 0x991576) is unknown color: approx Dark Purple. HEX triplet: 99, 15 and 76. RGB value is (153,21,118). Sum of RGB (Red+Green+Blue) = 153+21+118=292 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.40% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 118 (46.48% from 255 or 40.41% from 292); Max value from RGB is 153 - color contains mainly: red. Hex color #991576 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991576 is #66EA89. Grayscale: #474747. Windows color (decimal): -6744714 or 7738777. OLE color: 7738777.

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

Color convert

RGB15321118-
CMYK00.860.230.4
HSL315.91º75.86%34.12%-
HSV(B)315.91º86.27%60%-
XYZ16.688.6217.92-
YUV71.53154.23186.11-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.40%
GREEN value IS 21 (8.59% from 255) = 7.19%
BLUE value IS 118 (46.48% from 255) = 40.41%
R=52.40%
G=7.19%
B=40.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.23
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1532111800.860.230.4315.9175.8634.12
Hex991576056172813c4c22
Octal231251660126275047411442
Binary1001100110101111011001010110101111010001001111001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991576; }

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

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

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

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

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

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

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

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