Shades of Dark Magenta #950A86
Tints of Dark Magenta #950A86
RGB
CMYK
RGB Variations
Color information
#950A86 (or 0x950A86) is known color: Dark Magenta. HEX triplet: 95, 0A and 86. RGB value is (149,10,134). Sum of RGB (Red+Green+Blue) = 149+10+134=293 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.85% from 293); Green value is 10 (4.30% from 255 or 3.41% from 293); Blue value is 134 (52.73% from 255 or 45.73% from 293); Max value from RGB is 149 - color contains mainly: red. Hex color #950A86 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950A86 is #6AF579. Grayscale: #414141. Windows color (decimal): -7009658 or 8784533. OLE color: 8784533.
HSL color Cylindrical-coordinate representation of color #950A86: hue angle of 306.47º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #950A86 is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 10 | 134 | - |
| CMYK | 0 | 0.93 | 0.10 | 0.42 |
| HSL | 306.47º | 0.87% | 0.31% | - |
| HSV(B) | 306.47º | 0.93% | 0.58% | - |
| XYZ | 16.81 | 8.33 | 23.28 | - |
| YUV | 65.7 | 166.55 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 10 | 134 | 0 | 0.93 | 0.10 | 0.42 | 306.47 | 0.87 | 0.31 |
| Hex | 95 | A | 86 | 0 | 5D | A | 2A | 132 | 57 | 1F |
| Octal | 225 | 12 | 206 | 0 | 135 | 12 | 52 | 462 | 127 | 37 |
| Binary | 10010101 | 1010 | 10000110 | 0 | 1011101 | 1010 | 101010 | 100110010 | 1010111 | 11111 |
Color Harmonies of #950A86
Complementary color
Monochromatic Colors of #950A86
Black with #950A86
Text Example
Text Example
White with #950A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950A86; }
p { color: rgb(149,10,134); }
H1.HeaderClassName
{
color: #950A86;
}
.AnyTagClassName
{
color: #950A86;
}
</style>
background-color css
<style>
a { background-color: #950A86; }
a { background-color: rgb(149,10,134); }
div.DivClassName
{
background-color: #950A86;
}
.BgClassName
{
background-color: #950A86;
}
</style>
border-color css
<style>
span { border-color: #950A86; }
span { border-color: rgb(149,10,134); }
td.TdClassName
{
border-color: #950A86;
}
.TagClassName
{
border-color: #950A86;
}
</style>