Shades of Dark Magenta #951190
Tints of Dark Magenta #951190
RGB
CMYK
RGB Variations
Color information
#951190 (or 0x951190) is known color: Dark Magenta. HEX triplet: 95, 11 and 90. RGB value is (149,17,144). Sum of RGB (Red+Green+Blue) = 149+17+144=310 (41% of max value = 765). Red value is 149 (58.59% from 255 or 48.06% from 310); Green value is 17 (7.03% from 255 or 5.48% from 310); Blue value is 144 (56.64% from 255 or 46.45% from 310); Max value from RGB is 149 - color contains mainly: red. Hex color #951190 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951190 is #6AEE6F. Grayscale: #464646. Windows color (decimal): -7007856 or 9441685. OLE color: 9441685.
HSL color Cylindrical-coordinate representation of color #951190: hue angle of 302.27º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #951190 is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 17 | 144 | - |
| CMYK | 0 | 0.89 | 0.03 | 0.42 |
| HSL | 302.27º | 0.8% | 0.33% | - |
| HSV(B) | 302.27º | 0.89% | 0.58% | - |
| XYZ | 17.63 | 8.8 | 27.16 | - |
| YUV | 70.95 | 169.23 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 17 | 144 | 0 | 0.89 | 0.03 | 0.42 | 302.27 | 0.8 | 0.33 |
| Hex | 95 | 11 | 90 | 0 | 59 | 3 | 2A | 12E | 50 | 21 |
| Octal | 225 | 21 | 220 | 0 | 131 | 3 | 52 | 456 | 120 | 41 |
| Binary | 10010101 | 10001 | 10010000 | 0 | 1011001 | 11 | 101010 | 100101110 | 1010000 | 100001 |
Color Harmonies of #951190
Complementary color
Monochromatic Colors of #951190
Black with #951190
Text Example
Text Example
White with #951190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951190; }
p { color: rgb(149,17,144); }
H1.HeaderClassName
{
color: #951190;
}
.AnyTagClassName
{
color: #951190;
}
</style>
background-color css
<style>
a { background-color: #951190; }
a { background-color: rgb(149,17,144); }
div.DivClassName
{
background-color: #951190;
}
.BgClassName
{
background-color: #951190;
}
</style>
border-color css
<style>
span { border-color: #951190; }
span { border-color: rgb(149,17,144); }
td.TdClassName
{
border-color: #951190;
}
.TagClassName
{
border-color: #951190;
}
</style>