Shades of Dark Magenta #951D94
Tints of Dark Magenta #951D94
RGB
CMYK
RGB Variations
Color information
#951D94 (or 0x951D94) is known color: Dark Magenta. HEX triplet: 95, 1D and 94. RGB value is (149,29,148). Sum of RGB (Red+Green+Blue) = 149+29+148=326 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.71% from 326); Green value is 29 (11.72% from 255 or 8.90% from 326); Blue value is 148 (58.20% from 255 or 45.40% from 326); Max value from RGB is 149 - color contains mainly: red. Hex color #951D94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951D94 is #6AE26B. Grayscale: #4E4E4E. Windows color (decimal): -7004780 or 9706901. OLE color: 9706901.
HSL color Cylindrical-coordinate representation of color #951D94: hue angle of 300.5º degrees, saturation: 0.67, 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 #951D94 is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 29 | 148 | - |
| CMYK | 0 | 0.81 | 0.01 | 0.42 |
| HSL | 300.5º | 0.67% | 0.35% | - |
| HSV(B) | 300.5º | 0.81% | 0.58% | - |
| XYZ | 18.18 | 9.41 | 28.87 | - |
| YUV | 78.45 | 167.26 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 29 | 148 | 0 | 0.81 | 0.01 | 0.42 | 300.5 | 0.67 | 0.35 |
| Hex | 95 | 1D | 94 | 0 | 51 | 1 | 2A | 12C | 43 | 23 |
| Octal | 225 | 35 | 224 | 0 | 121 | 1 | 52 | 454 | 103 | 43 |
| Binary | 10010101 | 11101 | 10010100 | 0 | 1010001 | 1 | 101010 | 100101100 | 1000011 | 100011 |
Color Harmonies of #951D94
Complementary color
Monochromatic Colors of #951D94
Black with #951D94
Text Example
Text Example
White with #951D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951D94; }
p { color: rgb(149,29,148); }
H1.HeaderClassName
{
color: #951D94;
}
.AnyTagClassName
{
color: #951D94;
}
</style>
background-color css
<style>
a { background-color: #951D94; }
a { background-color: rgb(149,29,148); }
div.DivClassName
{
background-color: #951D94;
}
.BgClassName
{
background-color: #951D94;
}
</style>
border-color css
<style>
span { border-color: #951D94; }
span { border-color: rgb(149,29,148); }
td.TdClassName
{
border-color: #951D94;
}
.TagClassName
{
border-color: #951D94;
}
</style>