Shades of Dark Purple #951587
Tints of Dark Purple #951587
RGB
CMYK
RGB Variations
Color information
#951587 (or 0x951587) is known color: Dark Purple. HEX triplet: 95, 15 and 87. RGB value is (149,21,135). Sum of RGB (Red+Green+Blue) = 149+21+135=305 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.85% from 305); Green value is 21 (8.59% from 255 or 6.89% from 305); Blue value is 135 (53.12% from 255 or 44.26% from 305); Max value from RGB is 149 - color contains mainly: red. Hex color #951587 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951587 is #6AEA78. Grayscale: #474747. Windows color (decimal): -7006841 or 8852885. OLE color: 8852885.
HSL color Cylindrical-coordinate representation of color #951587: hue angle of 306.56º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #951587 is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 21 | 135 | - |
| CMYK | 0 | 0.86 | 0.09 | 0.42 |
| HSL | 306.56º | 0.75% | 0.33% | - |
| HSV(B) | 306.56º | 0.86% | 0.58% | - |
| XYZ | 17.04 | 8.68 | 23.7 | - |
| YUV | 72.27 | 163.41 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 21 | 135 | 0 | 0.86 | 0.09 | 0.42 | 306.56 | 0.75 | 0.33 |
| Hex | 95 | 15 | 87 | 0 | 56 | 9 | 2A | 133 | 4B | 21 |
| Octal | 225 | 25 | 207 | 0 | 126 | 11 | 52 | 463 | 113 | 41 |
| Binary | 10010101 | 10101 | 10000111 | 0 | 1010110 | 1001 | 101010 | 100110011 | 1001011 | 100001 |
Color Harmonies of #951587
Complementary color
Monochromatic Colors of #951587
Black with #951587
Text Example
Text Example
White with #951587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951587; }
p { color: rgb(149,21,135); }
H1.HeaderClassName
{
color: #951587;
}
.AnyTagClassName
{
color: #951587;
}
</style>
background-color css
<style>
a { background-color: #951587; }
a { background-color: rgb(149,21,135); }
div.DivClassName
{
background-color: #951587;
}
.BgClassName
{
background-color: #951587;
}
</style>
border-color css
<style>
span { border-color: #951587; }
span { border-color: rgb(149,21,135); }
td.TdClassName
{
border-color: #951587;
}
.TagClassName
{
border-color: #951587;
}
</style>