Shades of Dark Magenta #950F86
Tints of Dark Magenta #950F86
RGB
CMYK
RGB Variations
Color information
#950F86 (or 0x950F86) is known color: Dark Magenta. HEX triplet: 95, 0F and 86. RGB value is (149,15,134). Sum of RGB (Red+Green+Blue) = 149+15+134=298 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50% from 298); Green value is 15 (6.25% from 255 or 5.03% from 298); Blue value is 134 (52.73% from 255 or 44.97% from 298); Max value from RGB is 149 - color contains mainly: red. Hex color #950F86 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950F86 is #6AF079. Grayscale: #444444. Windows color (decimal): -7008378 or 8785813. OLE color: 8785813.
HSL color Cylindrical-coordinate representation of color #950F86: hue angle of 306.72º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #950F86 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 15 | 134 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.42 |
| HSL | 306.72º | 0.82% | 0.32% | - |
| HSV(B) | 306.72º | 0.9% | 0.58% | - |
| XYZ | 16.87 | 8.45 | 23.3 | - |
| YUV | 68.63 | 164.89 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 15 | 134 | 0 | 0.90 | 0.10 | 0.42 | 306.72 | 0.82 | 0.32 |
| Hex | 95 | F | 86 | 0 | 5A | A | 2A | 133 | 52 | 20 |
| Octal | 225 | 17 | 206 | 0 | 132 | 12 | 52 | 463 | 122 | 40 |
| Binary | 10010101 | 1111 | 10000110 | 0 | 1011010 | 1010 | 101010 | 100110011 | 1010010 | 100000 |
Color Harmonies of #950F86
Complementary color
Monochromatic Colors of #950F86
Black with #950F86
Text Example
Text Example
White with #950F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950F86; }
p { color: rgb(149,15,134); }
H1.HeaderClassName
{
color: #950F86;
}
.AnyTagClassName
{
color: #950F86;
}
</style>
background-color css
<style>
a { background-color: #950F86; }
a { background-color: rgb(149,15,134); }
div.DivClassName
{
background-color: #950F86;
}
.BgClassName
{
background-color: #950F86;
}
</style>
border-color css
<style>
span { border-color: #950F86; }
span { border-color: rgb(149,15,134); }
td.TdClassName
{
border-color: #950F86;
}
.TagClassName
{
border-color: #950F86;
}
</style>