Shades of Dark Magenta #950789
Tints of Dark Magenta #950789
RGB
CMYK
RGB Variations
Color information
#950789 (or 0x950789) is known color: Dark Magenta. HEX triplet: 95, 07 and 89. RGB value is (149,7,137). Sum of RGB (Red+Green+Blue) = 149+7+137=293 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.85% from 293); Green value is 7 (3.12% from 255 or 2.39% from 293); Blue value is 137 (53.91% from 255 or 46.76% from 293); Max value from RGB is 149 - color contains mainly: red. Hex color #950789 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950789 is #6AF876. Grayscale: #3F3F3F. Windows color (decimal): -7010423 or 8980373. OLE color: 8980373.
HSL color Cylindrical-coordinate representation of color #950789: hue angle of 305.07º 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 #950789 is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 7 | 137 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.42 |
| HSL | 305.07º | 0.91% | 0.31% | - |
| HSV(B) | 305.07º | 0.95% | 0.58% | - |
| XYZ | 16.99 | 8.35 | 24.38 | - |
| YUV | 64.28 | 169.04 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 7 | 137 | 0 | 0.95 | 0.08 | 0.42 | 305.07 | 0.91 | 0.31 |
| Hex | 95 | 7 | 89 | 0 | 5F | 8 | 2A | 131 | 5B | 1F |
| Octal | 225 | 7 | 211 | 0 | 137 | 10 | 52 | 461 | 133 | 37 |
| Binary | 10010101 | 111 | 10001001 | 0 | 1011111 | 1000 | 101010 | 100110001 | 1011011 | 11111 |
Color Harmonies of #950789
Complementary color
Monochromatic Colors of #950789
Black with #950789
Text Example
Text Example
White with #950789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950789; }
p { color: rgb(149,7,137); }
H1.HeaderClassName
{
color: #950789;
}
.AnyTagClassName
{
color: #950789;
}
</style>
background-color css
<style>
a { background-color: #950789; }
a { background-color: rgb(149,7,137); }
div.DivClassName
{
background-color: #950789;
}
.BgClassName
{
background-color: #950789;
}
</style>
border-color css
<style>
span { border-color: #950789; }
span { border-color: rgb(149,7,137); }
td.TdClassName
{
border-color: #950789;
}
.TagClassName
{
border-color: #950789;
}
</style>