Shades of Dark Purple #953577
Tints of Dark Purple #953577
RGB
CMYK
RGB Variations
Color information
#953577 (or 0x953577) is known color: Dark Purple. HEX triplet: 95, 35 and 77. RGB value is (149,53,119). Sum of RGB (Red+Green+Blue) = 149+53+119=321 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.42% from 321); Green value is 53 (21.09% from 255 or 16.51% from 321); Blue value is 119 (46.88% from 255 or 37.07% from 321); Max value from RGB is 149 - color contains mainly: red. Hex color #953577 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953577 is #6ACA88. Grayscale: #595959. Windows color (decimal): -6998665 or 7812501. OLE color: 7812501.
HSL color Cylindrical-coordinate representation of color #953577: hue angle of 318.75º 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 #953577 is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 53 | 119 | - |
| CMYK | 0 | 0.64 | 0.20 | 0.42 |
| HSL | 318.75º | 0.48% | 0.4% | - |
| HSV(B) | 318.75º | 0.64% | 0.58% | - |
| XYZ | 17 | 10.27 | 18.54 | - |
| YUV | 89.23 | 144.8 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 53 | 119 | 0 | 0.64 | 0.20 | 0.42 | 318.75 | 0.48 | 0.4 |
| Hex | 95 | 35 | 77 | 0 | 40 | 14 | 2A | 13F | 30 | 28 |
| Octal | 225 | 65 | 167 | 0 | 100 | 24 | 52 | 477 | 60 | 50 |
| Binary | 10010101 | 110101 | 1110111 | 0 | 1000000 | 10100 | 101010 | 100111111 | 110000 | 101000 |
Color Harmonies of #953577
Complementary color
Monochromatic Colors of #953577
Black with #953577
Text Example
Text Example
White with #953577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953577; }
p { color: rgb(149,53,119); }
H1.HeaderClassName
{
color: #953577;
}
.AnyTagClassName
{
color: #953577;
}
</style>
background-color css
<style>
a { background-color: #953577; }
a { background-color: rgb(149,53,119); }
div.DivClassName
{
background-color: #953577;
}
.BgClassName
{
background-color: #953577;
}
</style>
border-color css
<style>
span { border-color: #953577; }
span { border-color: rgb(149,53,119); }
td.TdClassName
{
border-color: #953577;
}
.TagClassName
{
border-color: #953577;
}
</style>