Shades of Dark Purple #953287
Tints of Dark Purple #953287
RGB
CMYK
RGB Variations
Color information
#953287 (or 0x953287) is known color: Dark Purple. HEX triplet: 95, 32 and 87. RGB value is (149,50,135). Sum of RGB (Red+Green+Blue) = 149+50+135=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 50 (19.92% from 255 or 14.97% from 334); Blue value is 135 (53.12% from 255 or 40.42% from 334); Max value from RGB is 149 - color contains mainly: red. Hex color #953287 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953287 is #6ACD78. Grayscale: #595959. Windows color (decimal): -6999417 or 8860309. OLE color: 8860309.
HSL color Cylindrical-coordinate representation of color #953287: hue angle of 308.48º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #953287 is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 50 | 135 | - |
| CMYK | 0 | 0.66 | 0.09 | 0.42 |
| HSL | 308.48º | 0.5% | 0.39% | - |
| HSV(B) | 308.48º | 0.66% | 0.58% | - |
| XYZ | 17.91 | 10.42 | 23.99 | - |
| YUV | 89.29 | 153.8 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 50 | 135 | 0 | 0.66 | 0.09 | 0.42 | 308.48 | 0.5 | 0.39 |
| Hex | 95 | 32 | 87 | 0 | 42 | 9 | 2A | 134 | 32 | 27 |
| Octal | 225 | 62 | 207 | 0 | 102 | 11 | 52 | 464 | 62 | 47 |
| Binary | 10010101 | 110010 | 10000111 | 0 | 1000010 | 1001 | 101010 | 100110100 | 110010 | 100111 |
Color Harmonies of #953287
Complementary color
Monochromatic Colors of #953287
Black with #953287
Text Example
Text Example
White with #953287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953287; }
p { color: rgb(149,50,135); }
H1.HeaderClassName
{
color: #953287;
}
.AnyTagClassName
{
color: #953287;
}
</style>
background-color css
<style>
a { background-color: #953287; }
a { background-color: rgb(149,50,135); }
div.DivClassName
{
background-color: #953287;
}
.BgClassName
{
background-color: #953287;
}
</style>
border-color css
<style>
span { border-color: #953287; }
span { border-color: rgb(149,50,135); }
td.TdClassName
{
border-color: #953287;
}
.TagClassName
{
border-color: #953287;
}
</style>