Shades of Dark Magenta #900F95
Tints of Dark Magenta #900F95
RGB
CMYK
RGB Variations
Color information
#900F95 (or 0x900F95) is known color: Dark Magenta. HEX triplet: 90, 0F and 95. RGB value is (144,15,149). Sum of RGB (Red+Green+Blue) = 144+15+149=308 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.75% from 308); Green value is 15 (6.25% from 255 or 4.87% from 308); Blue value is 149 (58.59% from 255 or 48.38% from 308); Max value from RGB is 149 - color contains mainly: blue. Hex color #900F95 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900F95 is #6FF06A. Grayscale: #444444. Windows color (decimal): -7336043 or 9768848. OLE color: 9768848.
HSL color Cylindrical-coordinate representation of color #900F95: hue angle of 297.76º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #900F95 is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 15 | 149 | - |
| CMYK | 0.03 | 0.90 | 0 | 0.42 |
| HSL | 297.76º | 0.82% | 0.32% | - |
| HSV(B) | 297.76º | 0.9% | 0.58% | - |
| XYZ | 17.1 | 8.44 | 29.16 | - |
| YUV | 68.85 | 173.24 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 15 | 149 | 0.03 | 0.90 | 0 | 0.42 | 297.76 | 0.82 | 0.32 |
| Hex | 90 | F | 95 | 3 | 5A | 0 | 2A | 12A | 52 | 20 |
| Octal | 220 | 17 | 225 | 3 | 132 | 0 | 52 | 452 | 122 | 40 |
| Binary | 10010000 | 1111 | 10010101 | 11 | 1011010 | 0 | 101010 | 100101010 | 1010010 | 100000 |
Color Harmonies of #900F95
Complementary color
Monochromatic Colors of #900F95
Black with #900F95
Text Example
Text Example
White with #900F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900F95; }
p { color: rgb(144,15,149); }
H1.HeaderClassName
{
color: #900F95;
}
.AnyTagClassName
{
color: #900F95;
}
</style>
background-color css
<style>
a { background-color: #900F95; }
a { background-color: rgb(144,15,149); }
div.DivClassName
{
background-color: #900F95;
}
.BgClassName
{
background-color: #900F95;
}
</style>
border-color css
<style>
span { border-color: #900F95; }
span { border-color: rgb(144,15,149); }
td.TdClassName
{
border-color: #900F95;
}
.TagClassName
{
border-color: #900F95;
}
</style>