Shades of Dark Magenta #950292
Tints of Dark Magenta #950292
RGB
CMYK
RGB Variations
Color information
#950292 (or 0x950292) is known color: Dark Magenta. HEX triplet: 95, 02 and 92. RGB value is (149,2,146). Sum of RGB (Red+Green+Blue) = 149+2+146=297 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.17% from 297); Green value is 2 (1.17% from 255 or 0.67% from 297); Blue value is 146 (57.42% from 255 or 49.16% from 297); Max value from RGB is 149 - color contains mainly: red. Hex color #950292 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950292 is #6AFD6D. Grayscale: #3D3D3D. Windows color (decimal): -7011694 or 9568917. OLE color: 9568917.
HSL color Cylindrical-coordinate representation of color #950292: hue angle of 301.22º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #950292 is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 2 | 146 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.42 |
| HSL | 301.22º | 0.97% | 0.3% | - |
| HSV(B) | 301.22º | 0.99% | 0.58% | - |
| XYZ | 17.6 | 8.51 | 27.91 | - |
| YUV | 62.37 | 175.2 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 2 | 146 | 0 | 0.99 | 0.02 | 0.42 | 301.22 | 0.97 | 0.3 |
| Hex | 95 | 2 | 92 | 0 | 63 | 2 | 2A | 12D | 61 | 1E |
| Octal | 225 | 2 | 222 | 0 | 143 | 2 | 52 | 455 | 141 | 36 |
| Binary | 10010101 | 10 | 10010010 | 0 | 1100011 | 10 | 101010 | 100101101 | 1100001 | 11110 |
Color Harmonies of #950292
Complementary color
Monochromatic Colors of #950292
Black with #950292
Text Example
Text Example
White with #950292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950292; }
p { color: rgb(149,2,146); }
H1.HeaderClassName
{
color: #950292;
}
.AnyTagClassName
{
color: #950292;
}
</style>
background-color css
<style>
a { background-color: #950292; }
a { background-color: rgb(149,2,146); }
div.DivClassName
{
background-color: #950292;
}
.BgClassName
{
background-color: #950292;
}
</style>
border-color css
<style>
span { border-color: #950292; }
span { border-color: rgb(149,2,146); }
td.TdClassName
{
border-color: #950292;
}
.TagClassName
{
border-color: #950292;
}
</style>