Shades of Dark Purple #953576
Tints of Dark Purple #953576
RGB
CMYK
RGB Variations
Color information
#953576 (or 0x953576) is known color: Dark Purple. HEX triplet: 95, 35 and 76. RGB value is (149,53,118). Sum of RGB (Red+Green+Blue) = 149+53+118=320 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.56% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 118 (46.48% from 255 or 36.88% from 320); Max value from RGB is 149 - color contains mainly: red. Hex color #953576 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953576 is #6ACA89. Grayscale: #585858. Windows color (decimal): -6998666 or 7746965. OLE color: 7746965.
HSL color Cylindrical-coordinate representation of color #953576: hue angle of 319.38º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #953576 is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 53 | 118 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.42 |
| HSL | 319.38º | 0.48% | 0.4% | - |
| HSV(B) | 319.38º | 0.64% | 0.58% | - |
| XYZ | 16.94 | 10.24 | 18.22 | - |
| YUV | 89.11 | 144.3 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 53 | 118 | 0 | 0.64 | 0.21 | 0.42 | 319.38 | 0.48 | 0.4 |
| Hex | 95 | 35 | 76 | 0 | 40 | 15 | 2A | 13F | 30 | 28 |
| Octal | 225 | 65 | 166 | 0 | 100 | 25 | 52 | 477 | 60 | 50 |
| Binary | 10010101 | 110101 | 1110110 | 0 | 1000000 | 10101 | 101010 | 100111111 | 110000 | 101000 |
Color Harmonies of #953576
Complementary color
Monochromatic Colors of #953576
Black with #953576
Text Example
Text Example
White with #953576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953576; }
p { color: rgb(149,53,118); }
H1.HeaderClassName
{
color: #953576;
}
.AnyTagClassName
{
color: #953576;
}
</style>
background-color css
<style>
a { background-color: #953576; }
a { background-color: rgb(149,53,118); }
div.DivClassName
{
background-color: #953576;
}
.BgClassName
{
background-color: #953576;
}
</style>
border-color css
<style>
span { border-color: #953576; }
span { border-color: rgb(149,53,118); }
td.TdClassName
{
border-color: #953576;
}
.TagClassName
{
border-color: #953576;
}
</style>