Shades of Dark Magenta #950295
Tints of Dark Magenta #950295
RGB
CMYK
RGB Variations
Color information
#950295 (or 0x950295) is known color: Dark Magenta. HEX triplet: 95, 02 and 95. RGB value is (149,2,149). Sum of RGB (Red+Green+Blue) = 149+2+149=300 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.67% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 149 (58.59% from 255 or 49.67% from 300); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #950295 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950295 is #6AFD6A. Grayscale: #3E3E3E. Windows color (decimal): -7011691 or 9765525. OLE color: 9765525.
HSL color Cylindrical-coordinate representation of color #950295: hue angle of 300º 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 #950295 is Cyan = 0, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 2 | 149 | - |
| CMYK | 0 | 0.99 | 0 | 0.42 |
| HSL | 300º | 0.97% | 0.3% | - |
| HSV(B) | 300º | 0.99% | 0.58% | - |
| XYZ | 17.84 | 8.6 | 29.15 | - |
| YUV | 62.71 | 176.7 | 189.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 2 | 149 | 0 | 0.99 | 0 | 0.42 | 300 | 0.97 | 0.3 |
| Hex | 95 | 2 | 95 | 0 | 63 | 0 | 2A | 12C | 61 | 1E |
| Octal | 225 | 2 | 225 | 0 | 143 | 0 | 52 | 454 | 141 | 36 |
| Binary | 10010101 | 10 | 10010101 | 0 | 1100011 | 0 | 101010 | 100101100 | 1100001 | 11110 |
Color Harmonies of #950295
Complementary color
Monochromatic Colors of #950295
Black with #950295
Text Example
Text Example
White with #950295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950295; }
p { color: rgb(149,2,149); }
H1.HeaderClassName
{
color: #950295;
}
.AnyTagClassName
{
color: #950295;
}
</style>
background-color css
<style>
a { background-color: #950295; }
a { background-color: rgb(149,2,149); }
div.DivClassName
{
background-color: #950295;
}
.BgClassName
{
background-color: #950295;
}
</style>
border-color css
<style>
span { border-color: #950295; }
span { border-color: rgb(149,2,149); }
td.TdClassName
{
border-color: #950295;
}
.TagClassName
{
border-color: #950295;
}
</style>