#991577

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

Shades of Dark Purple #991577

Tints of Dark Purple #991577

Color information

#991577 (or 0x991577) is unknown color: approx Dark Purple. HEX triplet: 99, 15 and 77. RGB value is (153,21,119). Sum of RGB (Red+Green+Blue) = 153+21+119=293 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.22% from 293); Green value is 21 (8.59% from 255 or 7.17% from 293); Blue value is 119 (46.88% from 255 or 40.61% from 293); Max value from RGB is 153 - color contains mainly: red. Hex color #991577 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991577 is #66EA88. Grayscale: #474747. Windows color (decimal): -6744713 or 7804313. OLE color: 7804313.

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

Color convert

RGB15321119-
CMYK00.860.220.4
HSL315.45º75.86%34.12%-
HSV(B)315.45º86.27%60%-
XYZ16.738.6418.24-
YUV71.64154.73186.03-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.22%
GREEN value IS 21 (8.59% from 255) = 7.17%
BLUE value IS 119 (46.88% from 255) = 40.61%
R=52.22%
G=7.17%
B=40.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1532111900.860.220.4315.4575.8634.12
Hex991577056162813b4c22
Octal231251670126265047311442
Binary1001100110101111011101010110101101010001001110111001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991577; }

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

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

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

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

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

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

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

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