Shades of Dark Magenta #951791
Tints of Dark Magenta #951791
RGB
CMYK
RGB Variations
Color information
#951791 (or 0x951791) is known color: Dark Magenta. HEX triplet: 95, 17 and 91. RGB value is (149,23,145). Sum of RGB (Red+Green+Blue) = 149+23+145=317 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.00% from 317); Green value is 23 (9.38% from 255 or 7.26% from 317); Blue value is 145 (57.03% from 255 or 45.74% from 317); Max value from RGB is 149 - color contains mainly: red. Hex color #951791 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951791 is #6AE86E. Grayscale: #4A4A4A. Windows color (decimal): -7006319 or 9508757. OLE color: 9508757.
HSL color Cylindrical-coordinate representation of color #951791: hue angle of 301.9º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #951791 is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 23 | 145 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.42 |
| HSL | 301.9º | 0.73% | 0.34% | - |
| HSV(B) | 301.9º | 0.85% | 0.58% | - |
| XYZ | 17.81 | 9.05 | 27.6 | - |
| YUV | 74.58 | 167.74 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 23 | 145 | 0 | 0.85 | 0.03 | 0.42 | 301.9 | 0.73 | 0.34 |
| Hex | 95 | 17 | 91 | 0 | 55 | 3 | 2A | 12E | 49 | 22 |
| Octal | 225 | 27 | 221 | 0 | 125 | 3 | 52 | 456 | 111 | 42 |
| Binary | 10010101 | 10111 | 10010001 | 0 | 1010101 | 11 | 101010 | 100101110 | 1001001 | 100010 |
Color Harmonies of #951791
Complementary color
Monochromatic Colors of #951791
Black with #951791
Text Example
Text Example
White with #951791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951791; }
p { color: rgb(149,23,145); }
H1.HeaderClassName
{
color: #951791;
}
.AnyTagClassName
{
color: #951791;
}
</style>
background-color css
<style>
a { background-color: #951791; }
a { background-color: rgb(149,23,145); }
div.DivClassName
{
background-color: #951791;
}
.BgClassName
{
background-color: #951791;
}
</style>
border-color css
<style>
span { border-color: #951791; }
span { border-color: rgb(149,23,145); }
td.TdClassName
{
border-color: #951791;
}
.TagClassName
{
border-color: #951791;
}
</style>