Shades of Dark Magenta #951195
Tints of Dark Magenta #951195
RGB
CMYK
RGB Variations
Color information
#951195 (or 0x951195) is known color: Dark Magenta. HEX triplet: 95, 11 and 95. RGB value is (149,17,149). Sum of RGB (Red+Green+Blue) = 149+17+149=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 17 (7.03% from 255 or 5.40% from 315); Blue value is 149 (58.59% from 255 or 47.30% from 315); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #951195 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #951195 is #6AEE6A. Grayscale: #474747. Windows color (decimal): -7007851 or 9769365. OLE color: 9769365.
HSL color Cylindrical-coordinate representation of color #951195: hue angle of 300º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #951195 is Cyan = 0, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 17 | 149 | - |
| CMYK | 0 | 0.89 | 0 | 0.42 |
| HSL | 300º | 0.8% | 0.33% | - |
| HSV(B) | 300º | 0.89% | 0.58% | - |
| XYZ | 18.02 | 8.96 | 29.21 | - |
| YUV | 71.52 | 171.73 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 17 | 149 | 0 | 0.89 | 0 | 0.42 | 300 | 0.8 | 0.33 |
| Hex | 95 | 11 | 95 | 0 | 59 | 0 | 2A | 12C | 50 | 21 |
| Octal | 225 | 21 | 225 | 0 | 131 | 0 | 52 | 454 | 120 | 41 |
| Binary | 10010101 | 10001 | 10010101 | 0 | 1011001 | 0 | 101010 | 100101100 | 1010000 | 100001 |
Color Harmonies of #951195
Complementary color
Monochromatic Colors of #951195
Black with #951195
Text Example
Text Example
White with #951195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951195; }
p { color: rgb(149,17,149); }
H1.HeaderClassName
{
color: #951195;
}
.AnyTagClassName
{
color: #951195;
}
</style>
background-color css
<style>
a { background-color: #951195; }
a { background-color: rgb(149,17,149); }
div.DivClassName
{
background-color: #951195;
}
.BgClassName
{
background-color: #951195;
}
</style>
border-color css
<style>
span { border-color: #951195; }
span { border-color: rgb(149,17,149); }
td.TdClassName
{
border-color: #951195;
}
.TagClassName
{
border-color: #951195;
}
</style>