Shades of Dark Magenta #900F98
Tints of Dark Magenta #900F98
RGB
CMYK
RGB Variations
Color information
#900F98 (or 0x900F98) is known color: Dark Magenta. HEX triplet: 90, 0F and 98. RGB value is (144,15,152). Sum of RGB (Red+Green+Blue) = 144+15+152=311 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.30% from 311); Green value is 15 (6.25% from 255 or 4.82% from 311); Blue value is 152 (59.77% from 255 or 48.87% from 311); Max value from RGB is 152 - color contains mainly: blue. Hex color #900F98 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900F98 is #6FF067. Grayscale: #444444. Windows color (decimal): -7336040 or 9965456. OLE color: 9965456.
HSL color Cylindrical-coordinate representation of color #900F98: hue angle of 296.5º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #900F98 is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 144 | 15 | 152 | - |
| CMYK | 0.05 | 0.90 | 0 | 0.40 |
| HSL | 296.5º | 0.82% | 0.33% | - |
| HSV(B) | 296.5º | 0.9% | 0.6% | - |
| XYZ | 17.34 | 8.54 | 30.44 | - |
| YUV | 69.19 | 174.74 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 15 | 152 | 0.05 | 0.90 | 0 | 0.40 | 296.5 | 0.82 | 0.33 |
| Hex | 90 | F | 98 | 5 | 5A | 0 | 28 | 128 | 52 | 21 |
| Octal | 220 | 17 | 230 | 5 | 132 | 0 | 50 | 450 | 122 | 41 |
| Binary | 10010000 | 1111 | 10011000 | 101 | 1011010 | 0 | 101000 | 100101000 | 1010010 | 100001 |
Color Harmonies of #900F98
Complementary color
Monochromatic Colors of #900F98
Black with #900F98
Text Example
Text Example
White with #900F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900F98; }
p { color: rgb(144,15,152); }
H1.HeaderClassName
{
color: #900F98;
}
.AnyTagClassName
{
color: #900F98;
}
</style>
background-color css
<style>
a { background-color: #900F98; }
a { background-color: rgb(144,15,152); }
div.DivClassName
{
background-color: #900F98;
}
.BgClassName
{
background-color: #900F98;
}
</style>
border-color css
<style>
span { border-color: #900F98; }
span { border-color: rgb(144,15,152); }
td.TdClassName
{
border-color: #900F98;
}
.TagClassName
{
border-color: #900F98;
}
</style>