Shades of Dark Magenta #950290
Tints of Dark Magenta #950290
RGB
CMYK
RGB Variations
Color information
#950290 (or 0x950290) is known color: Dark Magenta. HEX triplet: 95, 02 and 90. RGB value is (149,2,144). Sum of RGB (Red+Green+Blue) = 149+2+144=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 2 (1.17% from 255 or 0.68% from 295); Blue value is 144 (56.64% from 255 or 48.81% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #950290 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950290 is #6AFD6F. Grayscale: #3D3D3D. Windows color (decimal): -7011696 or 9437845. OLE color: 9437845.
HSL color Cylindrical-coordinate representation of color #950290: hue angle of 302.04º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #950290 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 2 | 144 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.42 |
| HSL | 302.04º | 0.97% | 0.3% | - |
| HSV(B) | 302.04º | 0.99% | 0.58% | - |
| XYZ | 17.45 | 8.45 | 27.1 | - |
| YUV | 62.14 | 174.2 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 2 | 144 | 0 | 0.99 | 0.03 | 0.42 | 302.04 | 0.97 | 0.3 |
| Hex | 95 | 2 | 90 | 0 | 63 | 3 | 2A | 12E | 61 | 1E |
| Octal | 225 | 2 | 220 | 0 | 143 | 3 | 52 | 456 | 141 | 36 |
| Binary | 10010101 | 10 | 10010000 | 0 | 1100011 | 11 | 101010 | 100101110 | 1100001 | 11110 |
Color Harmonies of #950290
Complementary color
Monochromatic Colors of #950290
Black with #950290
Text Example
Text Example
White with #950290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950290; }
p { color: rgb(149,2,144); }
H1.HeaderClassName
{
color: #950290;
}
.AnyTagClassName
{
color: #950290;
}
</style>
background-color css
<style>
a { background-color: #950290; }
a { background-color: rgb(149,2,144); }
div.DivClassName
{
background-color: #950290;
}
.BgClassName
{
background-color: #950290;
}
</style>
border-color css
<style>
span { border-color: #950290; }
span { border-color: rgb(149,2,144); }
td.TdClassName
{
border-color: #950290;
}
.TagClassName
{
border-color: #950290;
}
</style>