Shades of Dark Purple #953787
Tints of Dark Purple #953787
RGB
CMYK
RGB Variations
Color information
#953787 (or 0x953787) is known color: Dark Purple. HEX triplet: 95, 37 and 87. RGB value is (149,55,135). Sum of RGB (Red+Green+Blue) = 149+55+135=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 55 (21.88% from 255 or 16.22% from 339); Blue value is 135 (53.12% from 255 or 39.82% from 339); Max value from RGB is 149 - color contains mainly: red. Hex color #953787 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953787 is #6AC878. Grayscale: #5B5B5B. Windows color (decimal): -6998137 or 8861589. OLE color: 8861589.
HSL color Cylindrical-coordinate representation of color #953787: hue angle of 308.94º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #953787 is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 55 | 135 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.42 |
| HSL | 308.94º | 0.46% | 0.4% | - |
| HSV(B) | 308.94º | 0.63% | 0.58% | - |
| XYZ | 18.13 | 10.87 | 24.06 | - |
| YUV | 92.23 | 152.14 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 55 | 135 | 0 | 0.63 | 0.09 | 0.42 | 308.94 | 0.46 | 0.4 |
| Hex | 95 | 37 | 87 | 0 | 3F | 9 | 2A | 135 | 2E | 28 |
| Octal | 225 | 67 | 207 | 0 | 77 | 11 | 52 | 465 | 56 | 50 |
| Binary | 10010101 | 110111 | 10000111 | 0 | 111111 | 1001 | 101010 | 100110101 | 101110 | 101000 |
Color Harmonies of #953787
Complementary color
Monochromatic Colors of #953787
Black with #953787
Text Example
Text Example
White with #953787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953787; }
p { color: rgb(149,55,135); }
H1.HeaderClassName
{
color: #953787;
}
.AnyTagClassName
{
color: #953787;
}
</style>
background-color css
<style>
a { background-color: #953787; }
a { background-color: rgb(149,55,135); }
div.DivClassName
{
background-color: #953787;
}
.BgClassName
{
background-color: #953787;
}
</style>
border-color css
<style>
span { border-color: #953787; }
span { border-color: rgb(149,55,135); }
td.TdClassName
{
border-color: #953787;
}
.TagClassName
{
border-color: #953787;
}
</style>