Shades of Dark Magenta #950392
Tints of Dark Magenta #950392
RGB
CMYK
RGB Variations
Color information
#950392 (or 0x950392) is known color: Dark Magenta. HEX triplet: 95, 03 and 92. RGB value is (149,3,146). Sum of RGB (Red+Green+Blue) = 149+3+146=298 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50% from 298); Green value is 3 (1.56% from 255 or 1.01% from 298); Blue value is 146 (57.42% from 255 or 48.99% from 298); Max value from RGB is 149 - color contains mainly: red. Hex color #950392 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950392 is #6AFC6D. Grayscale: #3E3E3E. Windows color (decimal): -7011438 or 9569173. OLE color: 9569173.
HSL color Cylindrical-coordinate representation of color #950392: hue angle of 301.23º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #950392 is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 3 | 146 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.42 |
| HSL | 301.23º | 0.96% | 0.3% | - |
| HSV(B) | 301.23º | 0.98% | 0.58% | - |
| XYZ | 17.62 | 8.53 | 27.91 | - |
| YUV | 62.96 | 174.87 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 3 | 146 | 0 | 0.98 | 0.02 | 0.42 | 301.23 | 0.96 | 0.3 |
| Hex | 95 | 3 | 92 | 0 | 62 | 2 | 2A | 12D | 60 | 1E |
| Octal | 225 | 3 | 222 | 0 | 142 | 2 | 52 | 455 | 140 | 36 |
| Binary | 10010101 | 11 | 10010010 | 0 | 1100010 | 10 | 101010 | 100101101 | 1100000 | 11110 |
Color Harmonies of #950392
Complementary color
Monochromatic Colors of #950392
Black with #950392
Text Example
Text Example
White with #950392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950392; }
p { color: rgb(149,3,146); }
H1.HeaderClassName
{
color: #950392;
}
.AnyTagClassName
{
color: #950392;
}
</style>
background-color css
<style>
a { background-color: #950392; }
a { background-color: rgb(149,3,146); }
div.DivClassName
{
background-color: #950392;
}
.BgClassName
{
background-color: #950392;
}
</style>
border-color css
<style>
span { border-color: #950392; }
span { border-color: rgb(149,3,146); }
td.TdClassName
{
border-color: #950392;
}
.TagClassName
{
border-color: #950392;
}
</style>