Shades of Dark Purple #952587
Tints of Dark Purple #952587
RGB
CMYK
RGB Variations
Color information
#952587 (or 0x952587) is known color: Dark Purple. HEX triplet: 95, 25 and 87. RGB value is (149,37,135). Sum of RGB (Red+Green+Blue) = 149+37+135=321 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.42% from 321); Green value is 37 (14.84% from 255 or 11.53% from 321); Blue value is 135 (53.12% from 255 or 42.06% from 321); Max value from RGB is 149 - color contains mainly: red. Hex color #952587 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952587 is #6ADA78. Grayscale: #515151. Windows color (decimal): -7002745 or 8856981. OLE color: 8856981.
HSL color Cylindrical-coordinate representation of color #952587: hue angle of 307.5º 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 #952587 is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 37 | 135 | - |
| CMYK | 0 | 0.75 | 0.09 | 0.42 |
| HSL | 307.5º | 0.6% | 0.36% | - |
| HSV(B) | 307.5º | 0.75% | 0.58% | - |
| XYZ | 17.43 | 9.46 | 23.83 | - |
| YUV | 81.66 | 158.11 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 37 | 135 | 0 | 0.75 | 0.09 | 0.42 | 307.5 | 0.6 | 0.36 |
| Hex | 95 | 25 | 87 | 0 | 4B | 9 | 2A | 134 | 3C | 24 |
| Octal | 225 | 45 | 207 | 0 | 113 | 11 | 52 | 464 | 74 | 44 |
| Binary | 10010101 | 100101 | 10000111 | 0 | 1001011 | 1001 | 101010 | 100110100 | 111100 | 100100 |
Color Harmonies of #952587
Complementary color
Monochromatic Colors of #952587
Black with #952587
Text Example
Text Example
White with #952587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952587; }
p { color: rgb(149,37,135); }
H1.HeaderClassName
{
color: #952587;
}
.AnyTagClassName
{
color: #952587;
}
</style>
background-color css
<style>
a { background-color: #952587; }
a { background-color: rgb(149,37,135); }
div.DivClassName
{
background-color: #952587;
}
.BgClassName
{
background-color: #952587;
}
</style>
border-color css
<style>
span { border-color: #952587; }
span { border-color: rgb(149,37,135); }
td.TdClassName
{
border-color: #952587;
}
.TagClassName
{
border-color: #952587;
}
</style>