Shades of Dark Magenta #951C95
Tints of Dark Magenta #951C95
RGB
CMYK
RGB Variations
Color information
#951C95 (or 0x951C95) is known color: Dark Magenta. HEX triplet: 95, 1C and 95. RGB value is (149,28,149). Sum of RGB (Red+Green+Blue) = 149+28+149=326 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.71% from 326); Green value is 28 (11.33% from 255 or 8.59% from 326); Blue value is 149 (58.59% from 255 or 45.71% from 326); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #951C95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951C95 is #6AE36A. Grayscale: #4D4D4D. Windows color (decimal): -7005035 or 9772181. OLE color: 9772181.
HSL color Cylindrical-coordinate representation of color #951C95: hue angle of 300º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #951C95 is Cyan = 0, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 28 | 149 | - |
| CMYK | 0 | 0.81 | 0 | 0.42 |
| HSL | 300º | 0.68% | 0.35% | - |
| HSV(B) | 300º | 0.81% | 0.58% | - |
| XYZ | 18.23 | 9.39 | 29.29 | - |
| YUV | 77.97 | 168.09 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 28 | 149 | 0 | 0.81 | 0 | 0.42 | 300 | 0.68 | 0.35 |
| Hex | 95 | 1C | 95 | 0 | 51 | 0 | 2A | 12C | 44 | 23 |
| Octal | 225 | 34 | 225 | 0 | 121 | 0 | 52 | 454 | 104 | 43 |
| Binary | 10010101 | 11100 | 10010101 | 0 | 1010001 | 0 | 101010 | 100101100 | 1000100 | 100011 |
Color Harmonies of #951C95
Complementary color
Monochromatic Colors of #951C95
Black with #951C95
Text Example
Text Example
White with #951C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951C95; }
p { color: rgb(149,28,149); }
H1.HeaderClassName
{
color: #951C95;
}
.AnyTagClassName
{
color: #951C95;
}
</style>
background-color css
<style>
a { background-color: #951C95; }
a { background-color: rgb(149,28,149); }
div.DivClassName
{
background-color: #951C95;
}
.BgClassName
{
background-color: #951C95;
}
</style>
border-color css
<style>
span { border-color: #951C95; }
span { border-color: rgb(149,28,149); }
td.TdClassName
{
border-color: #951C95;
}
.TagClassName
{
border-color: #951C95;
}
</style>