Shades of Dark Purple #952591
Tints of Dark Purple #952591
RGB
CMYK
RGB Variations
Color information
#952591 (or 0x952591) is known color: Dark Purple. HEX triplet: 95, 25 and 91. RGB value is (149,37,145). Sum of RGB (Red+Green+Blue) = 149+37+145=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 37 (14.84% from 255 or 11.18% from 331); Blue value is 145 (57.03% from 255 or 43.81% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #952591 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952591 is #6ADA6E. Grayscale: #525252. Windows color (decimal): -7002735 or 9512341. OLE color: 9512341.
HSL color Cylindrical-coordinate representation of color #952591: hue angle of 302.14º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #952591 is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 37 | 145 | - |
| CMYK | 0 | 0.75 | 0.03 | 0.42 |
| HSL | 302.14º | 0.6% | 0.36% | - |
| HSV(B) | 302.14º | 0.75% | 0.58% | - |
| XYZ | 18.17 | 9.76 | 27.71 | - |
| YUV | 82.8 | 163.11 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 37 | 145 | 0 | 0.75 | 0.03 | 0.42 | 302.14 | 0.6 | 0.36 |
| Hex | 95 | 25 | 91 | 0 | 4B | 3 | 2A | 12E | 3C | 24 |
| Octal | 225 | 45 | 221 | 0 | 113 | 3 | 52 | 456 | 74 | 44 |
| Binary | 10010101 | 100101 | 10010001 | 0 | 1001011 | 11 | 101010 | 100101110 | 111100 | 100100 |
Color Harmonies of #952591
Complementary color
Monochromatic Colors of #952591
Black with #952591
Text Example
Text Example
White with #952591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952591; }
p { color: rgb(149,37,145); }
H1.HeaderClassName
{
color: #952591;
}
.AnyTagClassName
{
color: #952591;
}
</style>
background-color css
<style>
a { background-color: #952591; }
a { background-color: rgb(149,37,145); }
div.DivClassName
{
background-color: #952591;
}
.BgClassName
{
background-color: #952591;
}
</style>
border-color css
<style>
span { border-color: #952591; }
span { border-color: rgb(149,37,145); }
td.TdClassName
{
border-color: #952591;
}
.TagClassName
{
border-color: #952591;
}
</style>