Shades of Dark Magenta #950590
Tints of Dark Magenta #950590
RGB
CMYK
RGB Variations
Color information
#950590 (or 0x950590) is known color: Dark Magenta. HEX triplet: 95, 05 and 90. RGB value is (149,5,144). Sum of RGB (Red+Green+Blue) = 149+5+144=298 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50% from 298); Green value is 5 (2.34% from 255 or 1.68% from 298); Blue value is 144 (56.64% from 255 or 48.32% from 298); Max value from RGB is 149 - color contains mainly: red. Hex color #950590 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950590 is #6AFA6F. Grayscale: #3F3F3F. Windows color (decimal): -7010928 or 9438613. OLE color: 9438613.
HSL color Cylindrical-coordinate representation of color #950590: hue angle of 302.08º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #950590 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 5 | 144 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.42 |
| HSL | 302.08º | 0.94% | 0.3% | - |
| HSV(B) | 302.08º | 0.97% | 0.58% | - |
| XYZ | 17.48 | 8.51 | 27.11 | - |
| YUV | 63.9 | 173.21 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 5 | 144 | 0 | 0.97 | 0.03 | 0.42 | 302.08 | 0.94 | 0.3 |
| Hex | 95 | 5 | 90 | 0 | 61 | 3 | 2A | 12E | 5E | 1E |
| Octal | 225 | 5 | 220 | 0 | 141 | 3 | 52 | 456 | 136 | 36 |
| Binary | 10010101 | 101 | 10010000 | 0 | 1100001 | 11 | 101010 | 100101110 | 1011110 | 11110 |
Color Harmonies of #950590
Complementary color
Monochromatic Colors of #950590
Black with #950590
Text Example
Text Example
White with #950590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950590; }
p { color: rgb(149,5,144); }
H1.HeaderClassName
{
color: #950590;
}
.AnyTagClassName
{
color: #950590;
}
</style>
background-color css
<style>
a { background-color: #950590; }
a { background-color: rgb(149,5,144); }
div.DivClassName
{
background-color: #950590;
}
.BgClassName
{
background-color: #950590;
}
</style>
border-color css
<style>
span { border-color: #950590; }
span { border-color: rgb(149,5,144); }
td.TdClassName
{
border-color: #950590;
}
.TagClassName
{
border-color: #950590;
}
</style>