Shades of Dark Purple #952973
Tints of Dark Purple #952973
RGB
CMYK
RGB Variations
Color information
#952973 (or 0x952973) is known color: Dark Purple. HEX triplet: 95, 29 and 73. RGB value is (149,41,115). Sum of RGB (Red+Green+Blue) = 149+41+115=305 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.85% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 115 (45.31% from 255 or 37.70% from 305); Max value from RGB is 149 - color contains mainly: red. Hex color #952973 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952973 is #6AD68C. Grayscale: #515151. Windows color (decimal): -7001741 or 7547285. OLE color: 7547285.
HSL color Cylindrical-coordinate representation of color #952973: hue angle of 318.89º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #952973 is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 41 | 115 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.42 |
| HSL | 318.89º | 0.57% | 0.37% | - |
| HSV(B) | 318.89º | 0.72% | 0.58% | - |
| XYZ | 16.28 | 9.21 | 17.14 | - |
| YUV | 81.73 | 146.78 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 41 | 115 | 0 | 0.72 | 0.23 | 0.42 | 318.89 | 0.57 | 0.37 |
| Hex | 95 | 29 | 73 | 0 | 48 | 17 | 2A | 13F | 39 | 25 |
| Octal | 225 | 51 | 163 | 0 | 110 | 27 | 52 | 477 | 71 | 45 |
| Binary | 10010101 | 101001 | 1110011 | 0 | 1001000 | 10111 | 101010 | 100111111 | 111001 | 100101 |
Color Harmonies of #952973
Complementary color
Monochromatic Colors of #952973
Black with #952973
Text Example
Text Example
White with #952973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952973; }
p { color: rgb(149,41,115); }
H1.HeaderClassName
{
color: #952973;
}
.AnyTagClassName
{
color: #952973;
}
</style>
background-color css
<style>
a { background-color: #952973; }
a { background-color: rgb(149,41,115); }
div.DivClassName
{
background-color: #952973;
}
.BgClassName
{
background-color: #952973;
}
</style>
border-color css
<style>
span { border-color: #952973; }
span { border-color: rgb(149,41,115); }
td.TdClassName
{
border-color: #952973;
}
.TagClassName
{
border-color: #952973;
}
</style>