Shades of Dark Magenta #950195
Tints of Dark Magenta #950195
RGB
CMYK
RGB Variations
Color information
#950195 (or 0x950195) is known color: Dark Magenta. HEX triplet: 95, 01 and 95. RGB value is (149,1,149). Sum of RGB (Red+Green+Blue) = 149+1+149=299 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.83% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 149 (58.59% from 255 or 49.83% from 299); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #950195 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950195 is #6AFE6A. Grayscale: #3D3D3D. Windows color (decimal): -7011947 or 9765269. OLE color: 9765269.
HSL color Cylindrical-coordinate representation of color #950195: hue angle of 300º 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 #950195 is Cyan = 0, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 1 | 149 | - |
| CMYK | 0 | 0.99 | 0 | 0.42 |
| HSL | 300º | 0.99% | 0.29% | - |
| HSV(B) | 300º | 0.99% | 0.58% | - |
| XYZ | 17.83 | 8.58 | 29.15 | - |
| YUV | 62.12 | 177.03 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 1 | 149 | 0 | 0.99 | 0 | 0.42 | 300 | 0.99 | 0.29 |
| Hex | 95 | 1 | 95 | 0 | 63 | 0 | 2A | 12C | 63 | 1D |
| Octal | 225 | 1 | 225 | 0 | 143 | 0 | 52 | 454 | 143 | 35 |
| Binary | 10010101 | 1 | 10010101 | 0 | 1100011 | 0 | 101010 | 100101100 | 1100011 | 11101 |
Color Harmonies of #950195
Complementary color
Monochromatic Colors of #950195
Black with #950195
Text Example
Text Example
White with #950195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950195; }
p { color: rgb(149,1,149); }
H1.HeaderClassName
{
color: #950195;
}
.AnyTagClassName
{
color: #950195;
}
</style>
background-color css
<style>
a { background-color: #950195; }
a { background-color: rgb(149,1,149); }
div.DivClassName
{
background-color: #950195;
}
.BgClassName
{
background-color: #950195;
}
</style>
border-color css
<style>
span { border-color: #950195; }
span { border-color: rgb(149,1,149); }
td.TdClassName
{
border-color: #950195;
}
.TagClassName
{
border-color: #950195;
}
</style>