Shades of Dark Magenta #950192
Tints of Dark Magenta #950192
RGB
CMYK
RGB Variations
Color information
#950192 (or 0x950192) is known color: Dark Magenta. HEX triplet: 95, 01 and 92. RGB value is (149,1,146). Sum of RGB (Red+Green+Blue) = 149+1+146=296 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.34% from 296); Green value is 1 (0.78% from 255 or 0.34% from 296); Blue value is 146 (57.42% from 255 or 49.32% from 296); Max value from RGB is 149 - color contains mainly: red. Hex color #950192 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950192 is #6AFE6D. Grayscale: #3D3D3D. Windows color (decimal): -7011950 or 9568661. OLE color: 9568661.
HSL color Cylindrical-coordinate representation of color #950192: hue angle of 301.22º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #950192 is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 1 | 146 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.42 |
| HSL | 301.22º | 0.99% | 0.29% | - |
| HSV(B) | 301.22º | 0.99% | 0.58% | - |
| XYZ | 17.59 | 8.49 | 27.9 | - |
| YUV | 61.78 | 175.53 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 1 | 146 | 0 | 0.99 | 0.02 | 0.42 | 301.22 | 0.99 | 0.29 |
| Hex | 95 | 1 | 92 | 0 | 63 | 2 | 2A | 12D | 63 | 1D |
| Octal | 225 | 1 | 222 | 0 | 143 | 2 | 52 | 455 | 143 | 35 |
| Binary | 10010101 | 1 | 10010010 | 0 | 1100011 | 10 | 101010 | 100101101 | 1100011 | 11101 |
Color Harmonies of #950192
Complementary color
Monochromatic Colors of #950192
Black with #950192
Text Example
Text Example
White with #950192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950192; }
p { color: rgb(149,1,146); }
H1.HeaderClassName
{
color: #950192;
}
.AnyTagClassName
{
color: #950192;
}
</style>
background-color css
<style>
a { background-color: #950192; }
a { background-color: rgb(149,1,146); }
div.DivClassName
{
background-color: #950192;
}
.BgClassName
{
background-color: #950192;
}
</style>
border-color css
<style>
span { border-color: #950192; }
span { border-color: rgb(149,1,146); }
td.TdClassName
{
border-color: #950192;
}
.TagClassName
{
border-color: #950192;
}
</style>