Shades of Dark Purple #952E84
Tints of Dark Purple #952E84
RGB
CMYK
RGB Variations
Color information
#952E84 (or 0x952E84) is known color: Dark Purple. HEX triplet: 95, 2E and 84. RGB value is (149,46,132). Sum of RGB (Red+Green+Blue) = 149+46+132=327 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.57% from 327); Green value is 46 (18.36% from 255 or 14.07% from 327); Blue value is 132 (51.95% from 255 or 40.37% from 327); Max value from RGB is 149 - color contains mainly: red. Hex color #952E84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952E84 is #6AD17B. Grayscale: #565656. Windows color (decimal): -7000444 or 8662677. OLE color: 8662677.
HSL color Cylindrical-coordinate representation of color #952E84: hue angle of 309.9º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #952E84 is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 46 | 132 | - |
| CMYK | 0 | 0.69 | 0.11 | 0.42 |
| HSL | 309.9º | 0.53% | 0.38% | - |
| HSV(B) | 309.9º | 0.69% | 0.58% | - |
| XYZ | 17.54 | 10.01 | 22.84 | - |
| YUV | 86.6 | 153.62 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 46 | 132 | 0 | 0.69 | 0.11 | 0.42 | 309.9 | 0.53 | 0.38 |
| Hex | 95 | 2E | 84 | 0 | 45 | B | 2A | 136 | 35 | 26 |
| Octal | 225 | 56 | 204 | 0 | 105 | 13 | 52 | 466 | 65 | 46 |
| Binary | 10010101 | 101110 | 10000100 | 0 | 1000101 | 1011 | 101010 | 100110110 | 110101 | 100110 |
Color Harmonies of #952E84
Complementary color
Monochromatic Colors of #952E84
Black with #952E84
Text Example
Text Example
White with #952E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952E84; }
p { color: rgb(149,46,132); }
H1.HeaderClassName
{
color: #952E84;
}
.AnyTagClassName
{
color: #952E84;
}
</style>
background-color css
<style>
a { background-color: #952E84; }
a { background-color: rgb(149,46,132); }
div.DivClassName
{
background-color: #952E84;
}
.BgClassName
{
background-color: #952E84;
}
</style>
border-color css
<style>
span { border-color: #952E84; }
span { border-color: rgb(149,46,132); }
td.TdClassName
{
border-color: #952E84;
}
.TagClassName
{
border-color: #952E84;
}
</style>