Shades of Dark Magenta #950581
Tints of Dark Magenta #950581
RGB
CMYK
RGB Variations
Color information
#950581 (or 0x950581) is known color: Dark Magenta. HEX triplet: 95, 05 and 81. RGB value is (149,5,129). Sum of RGB (Red+Green+Blue) = 149+5+129=283 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.65% from 283); Green value is 5 (2.34% from 255 or 1.77% from 283); Blue value is 129 (50.78% from 255 or 45.58% from 283); Max value from RGB is 149 - color contains mainly: red. Hex color #950581 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950581 is #6AFA7E. Grayscale: #3D3D3D. Windows color (decimal): -7010943 or 8455573. OLE color: 8455573.
HSL color Cylindrical-coordinate representation of color #950581: hue angle of 308.33º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #950581 is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 5 | 129 | - |
| CMYK | 0 | 0.97 | 0.13 | 0.42 |
| HSL | 308.33º | 0.94% | 0.3% | - |
| HSV(B) | 308.33º | 0.97% | 0.58% | - |
| XYZ | 16.41 | 8.08 | 21.46 | - |
| YUV | 62.19 | 165.71 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 5 | 129 | 0 | 0.97 | 0.13 | 0.42 | 308.33 | 0.94 | 0.3 |
| Hex | 95 | 5 | 81 | 0 | 61 | D | 2A | 134 | 5E | 1E |
| Octal | 225 | 5 | 201 | 0 | 141 | 15 | 52 | 464 | 136 | 36 |
| Binary | 10010101 | 101 | 10000001 | 0 | 1100001 | 1101 | 101010 | 100110100 | 1011110 | 11110 |
Color Harmonies of #950581
Complementary color
Monochromatic Colors of #950581
Black with #950581
Text Example
Text Example
White with #950581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950581; }
p { color: rgb(149,5,129); }
H1.HeaderClassName
{
color: #950581;
}
.AnyTagClassName
{
color: #950581;
}
</style>
background-color css
<style>
a { background-color: #950581; }
a { background-color: rgb(149,5,129); }
div.DivClassName
{
background-color: #950581;
}
.BgClassName
{
background-color: #950581;
}
</style>
border-color css
<style>
span { border-color: #950581; }
span { border-color: rgb(149,5,129); }
td.TdClassName
{
border-color: #950581;
}
.TagClassName
{
border-color: #950581;
}
</style>