Shades of Dark Magenta #950992
Tints of Dark Magenta #950992
RGB
CMYK
RGB Variations
Color information
#950992 (or 0x950992) is known color: Dark Magenta. HEX triplet: 95, 09 and 92. RGB value is (149,9,146). Sum of RGB (Red+Green+Blue) = 149+9+146=304 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.01% from 304); Green value is 9 (3.91% from 255 or 2.96% from 304); Blue value is 146 (57.42% from 255 or 48.03% from 304); Max value from RGB is 149 - color contains mainly: red. Hex color #950992 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950992 is #6AF66D. Grayscale: #424242. Windows color (decimal): -7009902 or 9570709. OLE color: 9570709.
HSL color Cylindrical-coordinate representation of color #950992: hue angle of 301.29º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #950992 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 9 | 146 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.42 |
| HSL | 301.29º | 0.89% | 0.31% | - |
| HSV(B) | 301.29º | 0.94% | 0.58% | - |
| XYZ | 17.68 | 8.66 | 27.93 | - |
| YUV | 66.48 | 172.88 | 186.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 9 | 146 | 0 | 0.94 | 0.02 | 0.42 | 301.29 | 0.89 | 0.31 |
| Hex | 95 | 9 | 92 | 0 | 5E | 2 | 2A | 12D | 59 | 1F |
| Octal | 225 | 11 | 222 | 0 | 136 | 2 | 52 | 455 | 131 | 37 |
| Binary | 10010101 | 1001 | 10010010 | 0 | 1011110 | 10 | 101010 | 100101101 | 1011001 | 11111 |
Color Harmonies of #950992
Complementary color
Monochromatic Colors of #950992
Black with #950992
Text Example
Text Example
White with #950992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950992; }
p { color: rgb(149,9,146); }
H1.HeaderClassName
{
color: #950992;
}
.AnyTagClassName
{
color: #950992;
}
</style>
background-color css
<style>
a { background-color: #950992; }
a { background-color: rgb(149,9,146); }
div.DivClassName
{
background-color: #950992;
}
.BgClassName
{
background-color: #950992;
}
</style>
border-color css
<style>
span { border-color: #950992; }
span { border-color: rgb(149,9,146); }
td.TdClassName
{
border-color: #950992;
}
.TagClassName
{
border-color: #950992;
}
</style>