Shades of Dark Purple #953572
Tints of Dark Purple #953572
RGB
CMYK
RGB Variations
Color information
#953572 (or 0x953572) is known color: Dark Purple. HEX triplet: 95, 35 and 72. RGB value is (149,53,114). Sum of RGB (Red+Green+Blue) = 149+53+114=316 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.15% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 114 (44.92% from 255 or 36.08% from 316); Max value from RGB is 149 - color contains mainly: red. Hex color #953572 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953572 is #6ACA8D. Grayscale: #585858. Windows color (decimal): -6998670 or 7484821. OLE color: 7484821.
HSL color Cylindrical-coordinate representation of color #953572: hue angle of 321.88º 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 #953572 is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 53 | 114 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.42 |
| HSL | 321.88º | 0.48% | 0.4% | - |
| HSV(B) | 321.88º | 0.64% | 0.58% | - |
| XYZ | 16.7 | 10.15 | 17 | - |
| YUV | 88.66 | 142.3 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 53 | 114 | 0 | 0.64 | 0.23 | 0.42 | 321.88 | 0.48 | 0.4 |
| Hex | 95 | 35 | 72 | 0 | 40 | 17 | 2A | 142 | 30 | 28 |
| Octal | 225 | 65 | 162 | 0 | 100 | 27 | 52 | 502 | 60 | 50 |
| Binary | 10010101 | 110101 | 1110010 | 0 | 1000000 | 10111 | 101010 | 101000010 | 110000 | 101000 |
Color Harmonies of #953572
Complementary color
Monochromatic Colors of #953572
Black with #953572
Text Example
Text Example
White with #953572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953572; }
p { color: rgb(149,53,114); }
H1.HeaderClassName
{
color: #953572;
}
.AnyTagClassName
{
color: #953572;
}
</style>
background-color css
<style>
a { background-color: #953572; }
a { background-color: rgb(149,53,114); }
div.DivClassName
{
background-color: #953572;
}
.BgClassName
{
background-color: #953572;
}
</style>
border-color css
<style>
span { border-color: #953572; }
span { border-color: rgb(149,53,114); }
td.TdClassName
{
border-color: #953572;
}
.TagClassName
{
border-color: #953572;
}
</style>