Shades of Dark Purple #952486
Tints of Dark Purple #952486
RGB
CMYK
RGB Variations
Color information
#952486 (or 0x952486) is known color: Dark Purple. HEX triplet: 95, 24 and 86. RGB value is (149,36,134). Sum of RGB (Red+Green+Blue) = 149+36+134=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 36 (14.45% from 255 or 11.29% from 319); Blue value is 134 (52.73% from 255 or 42.01% from 319); Max value from RGB is 149 - color contains mainly: red. Hex color #952486 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952486 is #6ADB79. Grayscale: #505050. Windows color (decimal): -7003002 or 8791189. OLE color: 8791189.
HSL color Cylindrical-coordinate representation of color #952486: hue angle of 307.96º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #952486 is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 36 | 134 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.42 |
| HSL | 307.96º | 0.61% | 0.36% | - |
| HSV(B) | 307.96º | 0.76% | 0.58% | - |
| XYZ | 17.33 | 9.37 | 23.45 | - |
| YUV | 80.96 | 157.94 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 36 | 134 | 0 | 0.76 | 0.10 | 0.42 | 307.96 | 0.61 | 0.36 |
| Hex | 95 | 24 | 86 | 0 | 4C | A | 2A | 134 | 3D | 24 |
| Octal | 225 | 44 | 206 | 0 | 114 | 12 | 52 | 464 | 75 | 44 |
| Binary | 10010101 | 100100 | 10000110 | 0 | 1001100 | 1010 | 101010 | 100110100 | 111101 | 100100 |
Color Harmonies of #952486
Complementary color
Monochromatic Colors of #952486
Black with #952486
Text Example
Text Example
White with #952486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952486; }
p { color: rgb(149,36,134); }
H1.HeaderClassName
{
color: #952486;
}
.AnyTagClassName
{
color: #952486;
}
</style>
background-color css
<style>
a { background-color: #952486; }
a { background-color: rgb(149,36,134); }
div.DivClassName
{
background-color: #952486;
}
.BgClassName
{
background-color: #952486;
}
</style>
border-color css
<style>
span { border-color: #952486; }
span { border-color: rgb(149,36,134); }
td.TdClassName
{
border-color: #952486;
}
.TagClassName
{
border-color: #952486;
}
</style>