Shades of Dark Purple #952371
Tints of Dark Purple #952371
RGB
CMYK
RGB Variations
Color information
#952371 (or 0x952371) is known color: Dark Purple. HEX triplet: 95, 23 and 71. RGB value is (149,35,113). Sum of RGB (Red+Green+Blue) = 149+35+113=297 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.17% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 113 (44.53% from 255 or 38.05% from 297); Max value from RGB is 149 - color contains mainly: red. Hex color #952371 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952371 is #6ADC8E. Grayscale: #4D4D4D. Windows color (decimal): -7003279 or 7414677. OLE color: 7414677.
HSL color Cylindrical-coordinate representation of color #952371: hue angle of 318.95º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #952371 is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 35 | 113 | - |
| CMYK | 0 | 0.77 | 0.24 | 0.42 |
| HSL | 318.95º | 0.62% | 0.36% | - |
| HSV(B) | 318.95º | 0.77% | 0.58% | - |
| XYZ | 15.98 | 8.78 | 16.48 | - |
| YUV | 77.98 | 147.77 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 35 | 113 | 0 | 0.77 | 0.24 | 0.42 | 318.95 | 0.62 | 0.36 |
| Hex | 95 | 23 | 71 | 0 | 4D | 18 | 2A | 13F | 3E | 24 |
| Octal | 225 | 43 | 161 | 0 | 115 | 30 | 52 | 477 | 76 | 44 |
| Binary | 10010101 | 100011 | 1110001 | 0 | 1001101 | 11000 | 101010 | 100111111 | 111110 | 100100 |
Color Harmonies of #952371
Complementary color
Monochromatic Colors of #952371
Black with #952371
Text Example
Text Example
White with #952371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952371; }
p { color: rgb(149,35,113); }
H1.HeaderClassName
{
color: #952371;
}
.AnyTagClassName
{
color: #952371;
}
</style>
background-color css
<style>
a { background-color: #952371; }
a { background-color: rgb(149,35,113); }
div.DivClassName
{
background-color: #952371;
}
.BgClassName
{
background-color: #952371;
}
</style>
border-color css
<style>
span { border-color: #952371; }
span { border-color: rgb(149,35,113); }
td.TdClassName
{
border-color: #952371;
}
.TagClassName
{
border-color: #952371;
}
</style>