Shades of Dark Purple #952391
Tints of Dark Purple #952391
RGB
CMYK
RGB Variations
Color information
#952391 (or 0x952391) is known color: Dark Purple. HEX triplet: 95, 23 and 91. RGB value is (149,35,145). Sum of RGB (Red+Green+Blue) = 149+35+145=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 35 (14.06% from 255 or 10.64% from 329); Blue value is 145 (57.03% from 255 or 44.07% from 329); Max value from RGB is 149 - color contains mainly: red. Hex color #952391 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952391 is #6ADC6E. Grayscale: #515151. Windows color (decimal): -7003247 or 9511829. OLE color: 9511829.
HSL color Cylindrical-coordinate representation of color #952391: hue angle of 302.11º 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 #952391 is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 35 | 145 | - |
| CMYK | 0 | 0.77 | 0.03 | 0.42 |
| HSL | 302.11º | 0.62% | 0.36% | - |
| HSV(B) | 302.11º | 0.77% | 0.58% | - |
| XYZ | 18.11 | 9.64 | 27.69 | - |
| YUV | 81.63 | 163.77 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 35 | 145 | 0 | 0.77 | 0.03 | 0.42 | 302.11 | 0.62 | 0.36 |
| Hex | 95 | 23 | 91 | 0 | 4D | 3 | 2A | 12E | 3E | 24 |
| Octal | 225 | 43 | 221 | 0 | 115 | 3 | 52 | 456 | 76 | 44 |
| Binary | 10010101 | 100011 | 10010001 | 0 | 1001101 | 11 | 101010 | 100101110 | 111110 | 100100 |
Color Harmonies of #952391
Complementary color
Monochromatic Colors of #952391
Black with #952391
Text Example
Text Example
White with #952391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952391; }
p { color: rgb(149,35,145); }
H1.HeaderClassName
{
color: #952391;
}
.AnyTagClassName
{
color: #952391;
}
</style>
background-color css
<style>
a { background-color: #952391; }
a { background-color: rgb(149,35,145); }
div.DivClassName
{
background-color: #952391;
}
.BgClassName
{
background-color: #952391;
}
</style>
border-color css
<style>
span { border-color: #952391; }
span { border-color: rgb(149,35,145); }
td.TdClassName
{
border-color: #952391;
}
.TagClassName
{
border-color: #952391;
}
</style>