Shades of Dark Magenta #951C94
Tints of Dark Magenta #951C94
RGB
CMYK
RGB Variations
Color information
#951C94 (or 0x951C94) is known color: Dark Magenta. HEX triplet: 95, 1C and 94. RGB value is (149,28,148). Sum of RGB (Red+Green+Blue) = 149+28+148=325 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.85% from 325); Green value is 28 (11.33% from 255 or 8.62% from 325); Blue value is 148 (58.20% from 255 or 45.54% from 325); Max value from RGB is 149 - color contains mainly: red. Hex color #951C94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951C94 is #6AE36B. Grayscale: #4D4D4D. Windows color (decimal): -7005036 or 9706645. OLE color: 9706645.
HSL color Cylindrical-coordinate representation of color #951C94: hue angle of 300.5º 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 #951C94 is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 28 | 148 | - |
| CMYK | 0 | 0.81 | 0.01 | 0.42 |
| HSL | 300.5º | 0.68% | 0.35% | - |
| HSV(B) | 300.5º | 0.81% | 0.58% | - |
| XYZ | 18.15 | 9.36 | 28.87 | - |
| YUV | 77.86 | 167.59 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 28 | 148 | 0 | 0.81 | 0.01 | 0.42 | 300.5 | 0.68 | 0.35 |
| Hex | 95 | 1C | 94 | 0 | 51 | 1 | 2A | 12C | 44 | 23 |
| Octal | 225 | 34 | 224 | 0 | 121 | 1 | 52 | 454 | 104 | 43 |
| Binary | 10010101 | 11100 | 10010100 | 0 | 1010001 | 1 | 101010 | 100101100 | 1000100 | 100011 |
Color Harmonies of #951C94
Complementary color
Monochromatic Colors of #951C94
Black with #951C94
Text Example
Text Example
White with #951C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951C94; }
p { color: rgb(149,28,148); }
H1.HeaderClassName
{
color: #951C94;
}
.AnyTagClassName
{
color: #951C94;
}
</style>
background-color css
<style>
a { background-color: #951C94; }
a { background-color: rgb(149,28,148); }
div.DivClassName
{
background-color: #951C94;
}
.BgClassName
{
background-color: #951C94;
}
</style>
border-color css
<style>
span { border-color: #951C94; }
span { border-color: rgb(149,28,148); }
td.TdClassName
{
border-color: #951C94;
}
.TagClassName
{
border-color: #951C94;
}
</style>