Shades of Dark Purple #953286
Tints of Dark Purple #953286
RGB
CMYK
RGB Variations
Color information
#953286 (or 0x953286) is known color: Dark Purple. HEX triplet: 95, 32 and 86. RGB value is (149,50,134). Sum of RGB (Red+Green+Blue) = 149+50+134=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 134 (52.73% from 255 or 40.24% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #953286 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953286 is #6ACD79. Grayscale: #585858. Windows color (decimal): -6999418 or 8794773. OLE color: 8794773.
HSL color Cylindrical-coordinate representation of color #953286: hue angle of 309.09º 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 #953286 is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 50 | 134 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.42 |
| HSL | 309.09º | 0.5% | 0.39% | - |
| HSV(B) | 309.09º | 0.66% | 0.58% | - |
| XYZ | 17.84 | 10.39 | 23.62 | - |
| YUV | 89.18 | 153.3 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 50 | 134 | 0 | 0.66 | 0.10 | 0.42 | 309.09 | 0.5 | 0.39 |
| Hex | 95 | 32 | 86 | 0 | 42 | A | 2A | 135 | 32 | 27 |
| Octal | 225 | 62 | 206 | 0 | 102 | 12 | 52 | 465 | 62 | 47 |
| Binary | 10010101 | 110010 | 10000110 | 0 | 1000010 | 1010 | 101010 | 100110101 | 110010 | 100111 |
Color Harmonies of #953286
Complementary color
Monochromatic Colors of #953286
Black with #953286
Text Example
Text Example
White with #953286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953286; }
p { color: rgb(149,50,134); }
H1.HeaderClassName
{
color: #953286;
}
.AnyTagClassName
{
color: #953286;
}
</style>
background-color css
<style>
a { background-color: #953286; }
a { background-color: rgb(149,50,134); }
div.DivClassName
{
background-color: #953286;
}
.BgClassName
{
background-color: #953286;
}
</style>
border-color css
<style>
span { border-color: #953286; }
span { border-color: rgb(149,50,134); }
td.TdClassName
{
border-color: #953286;
}
.TagClassName
{
border-color: #953286;
}
</style>