Shades of Dark Purple #952986
Tints of Dark Purple #952986
RGB
CMYK
RGB Variations
Color information
#952986 (or 0x952986) is known color: Dark Purple. HEX triplet: 95, 29 and 86. RGB value is (149,41,134). Sum of RGB (Red+Green+Blue) = 149+41+134=324 (42% of max value = 765). Red value is 149 (58.59% from 255 or 45.99% from 324); Green value is 41 (16.41% from 255 or 12.65% from 324); Blue value is 134 (52.73% from 255 or 41.36% from 324); Max value from RGB is 149 - color contains mainly: red. Hex color #952986 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952986 is #6AD679. Grayscale: #535353. Windows color (decimal): -7001722 or 8792469. OLE color: 8792469.
HSL color Cylindrical-coordinate representation of color #952986: hue angle of 308.33º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #952986 is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 41 | 134 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.42 |
| HSL | 308.33º | 0.57% | 0.37% | - |
| HSV(B) | 308.33º | 0.72% | 0.58% | - |
| XYZ | 17.49 | 9.7 | 23.5 | - |
| YUV | 83.89 | 156.28 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 41 | 134 | 0 | 0.72 | 0.10 | 0.42 | 308.33 | 0.57 | 0.37 |
| Hex | 95 | 29 | 86 | 0 | 48 | A | 2A | 134 | 39 | 25 |
| Octal | 225 | 51 | 206 | 0 | 110 | 12 | 52 | 464 | 71 | 45 |
| Binary | 10010101 | 101001 | 10000110 | 0 | 1001000 | 1010 | 101010 | 100110100 | 111001 | 100101 |
Color Harmonies of #952986
Complementary color
Monochromatic Colors of #952986
Black with #952986
Text Example
Text Example
White with #952986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952986; }
p { color: rgb(149,41,134); }
H1.HeaderClassName
{
color: #952986;
}
.AnyTagClassName
{
color: #952986;
}
</style>
background-color css
<style>
a { background-color: #952986; }
a { background-color: rgb(149,41,134); }
div.DivClassName
{
background-color: #952986;
}
.BgClassName
{
background-color: #952986;
}
</style>
border-color css
<style>
span { border-color: #952986; }
span { border-color: rgb(149,41,134); }
td.TdClassName
{
border-color: #952986;
}
.TagClassName
{
border-color: #952986;
}
</style>