Shades of Dark Magenta #950084
Tints of Dark Magenta #950084
RGB
CMYK
RGB Variations
Color information
#950084 (or 0x950084) is known color: Dark Magenta. HEX triplet: 95, 00 and 84. RGB value is (149,0,132). Sum of RGB (Red+Green+Blue) = 149+0+132=281 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.02% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 132 (51.95% from 255 or 46.98% from 281); Max value from RGB is 149 - color contains mainly: red. Hex color #950084 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950084 is #6AFF7B. Grayscale: #3B3B3B. Windows color (decimal): -7012220 or 8650901. OLE color: 8650901.
HSL color Cylindrical-coordinate representation of color #950084: hue angle of 306.85º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #950084 is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 0 | 132 | - |
| CMYK | 0 | 1 | 0.11 | 0.42 |
| HSL | 306.85º | 1% | 0.29% | - |
| HSV(B) | 306.85º | 1% | 0.58% | - |
| XYZ | 16.56 | 8.06 | 22.51 | - |
| YUV | 59.6 | 168.86 | 191.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 0 | 132 | 0 | 1 | 0.11 | 0.42 | 306.85 | 1 | 0.29 |
| Hex | 95 | 0 | 84 | 0 | 64 | B | 2A | 133 | 64 | 1D |
| Octal | 225 | 0 | 204 | 0 | 144 | 13 | 52 | 463 | 144 | 35 |
| Binary | 10010101 | 0 | 10000100 | 0 | 1100100 | 1011 | 101010 | 100110011 | 1100100 | 11101 |
Color Harmonies of #950084
Complementary color
Monochromatic Colors of #950084
Black with #950084
Text Example
Text Example
White with #950084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950084; }
p { color: rgb(149,0,132); }
H1.HeaderClassName
{
color: #950084;
}
.AnyTagClassName
{
color: #950084;
}
</style>
background-color css
<style>
a { background-color: #950084; }
a { background-color: rgb(149,0,132); }
div.DivClassName
{
background-color: #950084;
}
.BgClassName
{
background-color: #950084;
}
</style>
border-color css
<style>
span { border-color: #950084; }
span { border-color: rgb(149,0,132); }
td.TdClassName
{
border-color: #950084;
}
.TagClassName
{
border-color: #950084;
}
</style>