Shades of Dark Magenta #950390
Tints of Dark Magenta #950390
RGB
CMYK
RGB Variations
Color information
#950390 (or 0x950390) is known color: Dark Magenta. HEX triplet: 95, 03 and 90. RGB value is (149,3,144). Sum of RGB (Red+Green+Blue) = 149+3+144=296 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.34% from 296); Green value is 3 (1.56% from 255 or 1.01% from 296); Blue value is 144 (56.64% from 255 or 48.65% from 296); Max value from RGB is 149 - color contains mainly: red. Hex color #950390 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950390 is #6AFC6F. Grayscale: #3E3E3E. Windows color (decimal): -7011440 or 9438101. OLE color: 9438101.
HSL color Cylindrical-coordinate representation of color #950390: hue angle of 302.05º 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 #950390 is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 3 | 144 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.42 |
| HSL | 302.05º | 0.96% | 0.3% | - |
| HSV(B) | 302.05º | 0.98% | 0.58% | - |
| XYZ | 17.46 | 8.47 | 27.1 | - |
| YUV | 62.73 | 173.87 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 3 | 144 | 0 | 0.98 | 0.03 | 0.42 | 302.05 | 0.96 | 0.3 |
| Hex | 95 | 3 | 90 | 0 | 62 | 3 | 2A | 12E | 60 | 1E |
| Octal | 225 | 3 | 220 | 0 | 142 | 3 | 52 | 456 | 140 | 36 |
| Binary | 10010101 | 11 | 10010000 | 0 | 1100010 | 11 | 101010 | 100101110 | 1100000 | 11110 |
Color Harmonies of #950390
Complementary color
Monochromatic Colors of #950390
Black with #950390
Text Example
Text Example
White with #950390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950390; }
p { color: rgb(149,3,144); }
H1.HeaderClassName
{
color: #950390;
}
.AnyTagClassName
{
color: #950390;
}
</style>
background-color css
<style>
a { background-color: #950390; }
a { background-color: rgb(149,3,144); }
div.DivClassName
{
background-color: #950390;
}
.BgClassName
{
background-color: #950390;
}
</style>
border-color css
<style>
span { border-color: #950390; }
span { border-color: rgb(149,3,144); }
td.TdClassName
{
border-color: #950390;
}
.TagClassName
{
border-color: #950390;
}
</style>