Shades of Dark Purple #952472
Tints of Dark Purple #952472
RGB
CMYK
RGB Variations
Color information
#952472 (or 0x952472) is known color: Dark Purple. HEX triplet: 95, 24 and 72. RGB value is (149,36,114). Sum of RGB (Red+Green+Blue) = 149+36+114=299 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.83% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 114 (44.92% from 255 or 38.13% from 299); Max value from RGB is 149 - color contains mainly: red. Hex color #952472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952472 is #6ADB8D. Grayscale: #4E4E4E. Windows color (decimal): -7003022 or 7480469. OLE color: 7480469.
HSL color Cylindrical-coordinate representation of color #952472: hue angle of 318.58º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #952472 is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 36 | 114 | - |
| CMYK | 0 | 0.76 | 0.23 | 0.42 |
| HSL | 318.58º | 0.61% | 0.36% | - |
| HSV(B) | 318.58º | 0.76% | 0.58% | - |
| XYZ | 16.06 | 8.87 | 16.78 | - |
| YUV | 78.68 | 147.94 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 36 | 114 | 0 | 0.76 | 0.23 | 0.42 | 318.58 | 0.61 | 0.36 |
| Hex | 95 | 24 | 72 | 0 | 4C | 17 | 2A | 13F | 3D | 24 |
| Octal | 225 | 44 | 162 | 0 | 114 | 27 | 52 | 477 | 75 | 44 |
| Binary | 10010101 | 100100 | 1110010 | 0 | 1001100 | 10111 | 101010 | 100111111 | 111101 | 100100 |
Color Harmonies of #952472
Complementary color
Monochromatic Colors of #952472
Black with #952472
Text Example
Text Example
White with #952472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952472; }
p { color: rgb(149,36,114); }
H1.HeaderClassName
{
color: #952472;
}
.AnyTagClassName
{
color: #952472;
}
</style>
background-color css
<style>
a { background-color: #952472; }
a { background-color: rgb(149,36,114); }
div.DivClassName
{
background-color: #952472;
}
.BgClassName
{
background-color: #952472;
}
</style>
border-color css
<style>
span { border-color: #952472; }
span { border-color: rgb(149,36,114); }
td.TdClassName
{
border-color: #952472;
}
.TagClassName
{
border-color: #952472;
}
</style>