Shades of Dark Magenta #900F88
Tints of Dark Magenta #900F88
RGB
CMYK
RGB Variations
Color information
#900F88 (or 0x900F88) is known color: Dark Magenta. HEX triplet: 90, 0F and 88. RGB value is (144,15,136). Sum of RGB (Red+Green+Blue) = 144+15+136=295 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.81% from 295); Green value is 15 (6.25% from 255 or 5.08% from 295); Blue value is 136 (53.52% from 255 or 46.10% from 295); Max value from RGB is 144 - color contains mainly: red. Hex color #900F88 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900F88 is #6FF077. Grayscale: #434343. Windows color (decimal): -7336056 or 8916880. OLE color: 8916880.
HSL color Cylindrical-coordinate representation of color #900F88: hue angle of 303.72º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #900F88 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 15 | 136 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.44 |
| HSL | 303.72º | 0.81% | 0.31% | - |
| HSV(B) | 303.72º | 0.9% | 0.56% | - |
| XYZ | 16.12 | 8.05 | 24 | - |
| YUV | 67.37 | 166.74 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 15 | 136 | 0 | 0.90 | 0.06 | 0.44 | 303.72 | 0.81 | 0.31 |
| Hex | 90 | F | 88 | 0 | 5A | 6 | 2C | 130 | 51 | 1F |
| Octal | 220 | 17 | 210 | 0 | 132 | 6 | 54 | 460 | 121 | 37 |
| Binary | 10010000 | 1111 | 10001000 | 0 | 1011010 | 110 | 101100 | 100110000 | 1010001 | 11111 |
Color Harmonies of #900F88
Complementary color
Monochromatic Colors of #900F88
Black with #900F88
Text Example
Text Example
White with #900F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900F88; }
p { color: rgb(144,15,136); }
H1.HeaderClassName
{
color: #900F88;
}
.AnyTagClassName
{
color: #900F88;
}
</style>
background-color css
<style>
a { background-color: #900F88; }
a { background-color: rgb(144,15,136); }
div.DivClassName
{
background-color: #900F88;
}
.BgClassName
{
background-color: #900F88;
}
</style>
border-color css
<style>
span { border-color: #900F88; }
span { border-color: rgb(144,15,136); }
td.TdClassName
{
border-color: #900F88;
}
.TagClassName
{
border-color: #900F88;
}
</style>