Shades of Dark Magenta #950781
Tints of Dark Magenta #950781
RGB
CMYK
RGB Variations
Color information
#950781 (or 0x950781) is known color: Dark Magenta. HEX triplet: 95, 07 and 81. RGB value is (149,7,129). Sum of RGB (Red+Green+Blue) = 149+7+129=285 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.28% from 285); Green value is 7 (3.12% from 255 or 2.46% from 285); Blue value is 129 (50.78% from 255 or 45.26% from 285); Max value from RGB is 149 - color contains mainly: red. Hex color #950781 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950781 is #6AF87E. Grayscale: #3F3F3F. Windows color (decimal): -7010431 or 8456085. OLE color: 8456085.
HSL color Cylindrical-coordinate representation of color #950781: hue angle of 308.45º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #950781 is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 7 | 129 | - |
| CMYK | 0 | 0.95 | 0.13 | 0.42 |
| HSL | 308.45º | 0.91% | 0.31% | - |
| HSV(B) | 308.45º | 0.95% | 0.58% | - |
| XYZ | 16.43 | 8.13 | 21.47 | - |
| YUV | 63.37 | 165.04 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 7 | 129 | 0 | 0.95 | 0.13 | 0.42 | 308.45 | 0.91 | 0.31 |
| Hex | 95 | 7 | 81 | 0 | 5F | D | 2A | 134 | 5B | 1F |
| Octal | 225 | 7 | 201 | 0 | 137 | 15 | 52 | 464 | 133 | 37 |
| Binary | 10010101 | 111 | 10000001 | 0 | 1011111 | 1101 | 101010 | 100110100 | 1011011 | 11111 |
Color Harmonies of #950781
Complementary color
Monochromatic Colors of #950781
Black with #950781
Text Example
Text Example
White with #950781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950781; }
p { color: rgb(149,7,129); }
H1.HeaderClassName
{
color: #950781;
}
.AnyTagClassName
{
color: #950781;
}
</style>
background-color css
<style>
a { background-color: #950781; }
a { background-color: rgb(149,7,129); }
div.DivClassName
{
background-color: #950781;
}
.BgClassName
{
background-color: #950781;
}
</style>
border-color css
<style>
span { border-color: #950781; }
span { border-color: rgb(149,7,129); }
td.TdClassName
{
border-color: #950781;
}
.TagClassName
{
border-color: #950781;
}
</style>