Shades of Dark Magenta #900D95
Tints of Dark Magenta #900D95
RGB
CMYK
RGB Variations
Color information
#900D95 (or 0x900D95) is known color: Dark Magenta. HEX triplet: 90, 0D and 95. RGB value is (144,13,149). Sum of RGB (Red+Green+Blue) = 144+13+149=306 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.06% from 306); Green value is 13 (5.47% from 255 or 4.25% from 306); Blue value is 149 (58.59% from 255 or 48.69% from 306); Max value from RGB is 149 - color contains mainly: blue. Hex color #900D95 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900D95 is #6FF26A. Grayscale: #434343. Windows color (decimal): -7336555 or 9768336. OLE color: 9768336.
HSL color Cylindrical-coordinate representation of color #900D95: hue angle of 297.79º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #900D95 is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 13 | 149 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.42 |
| HSL | 297.79º | 0.84% | 0.32% | - |
| HSV(B) | 297.79º | 0.91% | 0.58% | - |
| XYZ | 17.07 | 8.39 | 29.15 | - |
| YUV | 67.67 | 173.9 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 13 | 149 | 0.03 | 0.91 | 0 | 0.42 | 297.79 | 0.84 | 0.32 |
| Hex | 90 | D | 95 | 3 | 5B | 0 | 2A | 12A | 54 | 20 |
| Octal | 220 | 15 | 225 | 3 | 133 | 0 | 52 | 452 | 124 | 40 |
| Binary | 10010000 | 1101 | 10010101 | 11 | 1011011 | 0 | 101010 | 100101010 | 1010100 | 100000 |
Color Harmonies of #900D95
Complementary color
Monochromatic Colors of #900D95
Black with #900D95
Text Example
Text Example
White with #900D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900D95; }
p { color: rgb(144,13,149); }
H1.HeaderClassName
{
color: #900D95;
}
.AnyTagClassName
{
color: #900D95;
}
</style>
background-color css
<style>
a { background-color: #900D95; }
a { background-color: rgb(144,13,149); }
div.DivClassName
{
background-color: #900D95;
}
.BgClassName
{
background-color: #900D95;
}
</style>
border-color css
<style>
span { border-color: #900D95; }
span { border-color: rgb(144,13,149); }
td.TdClassName
{
border-color: #900D95;
}
.TagClassName
{
border-color: #900D95;
}
</style>