Shades of Dark Magenta #951197
Tints of Dark Magenta #951197
RGB
CMYK
RGB Variations
Color information
#951197 (or 0x951197) is known color: Dark Magenta. HEX triplet: 95, 11 and 97. RGB value is (149,17,151). Sum of RGB (Red+Green+Blue) = 149+17+151=317 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.00% from 317); Green value is 17 (7.03% from 255 or 5.36% from 317); Blue value is 151 (59.38% from 255 or 47.63% from 317); Max value from RGB is 151 - color contains mainly: blue. Hex color #951197 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951197 is #6AEE68. Grayscale: #474747. Windows color (decimal): -7007849 or 9900437. OLE color: 9900437.
HSL color Cylindrical-coordinate representation of color #951197: hue angle of 299.1º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #951197 is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 149 | 17 | 151 | - |
| CMYK | 0.01 | 0.89 | 0 | 0.41 |
| HSL | 299.1º | 0.8% | 0.33% | - |
| HSV(B) | 299.1º | 0.89% | 0.59% | - |
| XYZ | 18.18 | 9.02 | 30.06 | - |
| YUV | 71.74 | 172.73 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 17 | 151 | 0.01 | 0.89 | 0 | 0.41 | 299.1 | 0.8 | 0.33 |
| Hex | 95 | 11 | 97 | 1 | 59 | 0 | 29 | 12B | 50 | 21 |
| Octal | 225 | 21 | 227 | 1 | 131 | 0 | 51 | 453 | 120 | 41 |
| Binary | 10010101 | 10001 | 10010111 | 1 | 1011001 | 0 | 101001 | 100101011 | 1010000 | 100001 |
Color Harmonies of #951197
Complementary color
Monochromatic Colors of #951197
Black with #951197
Text Example
Text Example
White with #951197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951197; }
p { color: rgb(149,17,151); }
H1.HeaderClassName
{
color: #951197;
}
.AnyTagClassName
{
color: #951197;
}
</style>
background-color css
<style>
a { background-color: #951197; }
a { background-color: rgb(149,17,151); }
div.DivClassName
{
background-color: #951197;
}
.BgClassName
{
background-color: #951197;
}
</style>
border-color css
<style>
span { border-color: #951197; }
span { border-color: rgb(149,17,151); }
td.TdClassName
{
border-color: #951197;
}
.TagClassName
{
border-color: #951197;
}
</style>