#991575

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

Shades of Dark Purple #991575

Tints of Dark Purple #991575

Color information

#991575 (or 0x991575) is unknown color: approx Dark Purple. HEX triplet: 99, 15 and 75. RGB value is (153,21,117). Sum of RGB (Red+Green+Blue) = 153+21+117=291 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.58% from 291); Green value is 21 (8.59% from 255 or 7.22% from 291); Blue value is 117 (46.09% from 255 or 40.21% from 291); Max value from RGB is 153 - color contains mainly: red. Hex color #991575 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991575 is #66EA8A. Grayscale: #474747. Windows color (decimal): -6744715 or 7673241. OLE color: 7673241.

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

Color convert

RGB15321117-
CMYK00.860.240.4
HSL316.36º75.86%34.12%-
HSV(B)316.36º86.27%60%-
XYZ16.628.5917.61-
YUV71.41153.73186.19-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.58%
GREEN value IS 21 (8.59% from 255) = 7.22%
BLUE value IS 117 (46.09% from 255) = 40.21%
R=52.58%
G=7.22%
B=40.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1532111700.860.240.4316.3675.8634.12
Hex991575056182813c4c22
Octal231251650126305047411442
Binary1001100110101111010101010110110001010001001111001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991575; }

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

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

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

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

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

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

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

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