Shades of Dark Magenta #951591
Tints of Dark Magenta #951591
RGB
CMYK
RGB Variations
Color information
#951591 (or 0x951591) is known color: Dark Magenta. HEX triplet: 95, 15 and 91. RGB value is (149,21,145). Sum of RGB (Red+Green+Blue) = 149+21+145=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 21 (8.59% from 255 or 6.67% from 315); Blue value is 145 (57.03% from 255 or 46.03% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #951591 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951591 is #6AEA6E. Grayscale: #494949. Windows color (decimal): -7006831 or 9508245. OLE color: 9508245.
HSL color Cylindrical-coordinate representation of color #951591: hue angle of 301.88º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #951591 is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 21 | 145 | - |
| CMYK | 0 | 0.86 | 0.03 | 0.42 |
| HSL | 301.88º | 0.75% | 0.33% | - |
| HSV(B) | 301.88º | 0.86% | 0.58% | - |
| XYZ | 17.77 | 8.97 | 27.58 | - |
| YUV | 73.41 | 168.41 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 21 | 145 | 0 | 0.86 | 0.03 | 0.42 | 301.88 | 0.75 | 0.33 |
| Hex | 95 | 15 | 91 | 0 | 56 | 3 | 2A | 12E | 4B | 21 |
| Octal | 225 | 25 | 221 | 0 | 126 | 3 | 52 | 456 | 113 | 41 |
| Binary | 10010101 | 10101 | 10010001 | 0 | 1010110 | 11 | 101010 | 100101110 | 1001011 | 100001 |
Color Harmonies of #951591
Complementary color
Monochromatic Colors of #951591
Black with #951591
Text Example
Text Example
White with #951591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951591; }
p { color: rgb(149,21,145); }
H1.HeaderClassName
{
color: #951591;
}
.AnyTagClassName
{
color: #951591;
}
</style>
background-color css
<style>
a { background-color: #951591; }
a { background-color: rgb(149,21,145); }
div.DivClassName
{
background-color: #951591;
}
.BgClassName
{
background-color: #951591;
}
</style>
border-color css
<style>
span { border-color: #951591; }
span { border-color: rgb(149,21,145); }
td.TdClassName
{
border-color: #951591;
}
.TagClassName
{
border-color: #951591;
}
</style>