Shades of Dark Magenta #950389
Tints of Dark Magenta #950389
RGB
CMYK
RGB Variations
Color information
#950389 (or 0x950389) is known color: Dark Magenta. HEX triplet: 95, 03 and 89. RGB value is (149,3,137). Sum of RGB (Red+Green+Blue) = 149+3+137=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 3 (1.56% from 255 or 1.04% from 289); Blue value is 137 (53.91% from 255 or 47.40% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #950389 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950389 is #6AFC76. Grayscale: #3D3D3D. Windows color (decimal): -7011447 or 8979349. OLE color: 8979349.
HSL color Cylindrical-coordinate representation of color #950389: hue angle of 304.93º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #950389 is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 3 | 137 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.42 |
| HSL | 304.93º | 0.96% | 0.3% | - |
| HSV(B) | 304.93º | 0.98% | 0.58% | - |
| XYZ | 16.94 | 8.26 | 24.37 | - |
| YUV | 61.93 | 170.37 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 3 | 137 | 0 | 0.98 | 0.08 | 0.42 | 304.93 | 0.96 | 0.3 |
| Hex | 95 | 3 | 89 | 0 | 62 | 8 | 2A | 131 | 60 | 1E |
| Octal | 225 | 3 | 211 | 0 | 142 | 10 | 52 | 461 | 140 | 36 |
| Binary | 10010101 | 11 | 10001001 | 0 | 1100010 | 1000 | 101010 | 100110001 | 1100000 | 11110 |
Color Harmonies of #950389
Complementary color
Monochromatic Colors of #950389
Black with #950389
Text Example
Text Example
White with #950389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950389; }
p { color: rgb(149,3,137); }
H1.HeaderClassName
{
color: #950389;
}
.AnyTagClassName
{
color: #950389;
}
</style>
background-color css
<style>
a { background-color: #950389; }
a { background-color: rgb(149,3,137); }
div.DivClassName
{
background-color: #950389;
}
.BgClassName
{
background-color: #950389;
}
</style>
border-color css
<style>
span { border-color: #950389; }
span { border-color: rgb(149,3,137); }
td.TdClassName
{
border-color: #950389;
}
.TagClassName
{
border-color: #950389;
}
</style>