Shades of Dark Magenta #900899
Tints of Dark Magenta #900899
RGB
CMYK
RGB Variations
Color information
#900899 (or 0x900899) is known color: Dark Magenta. HEX triplet: 90, 08 and 99. RGB value is (144,8,153). Sum of RGB (Red+Green+Blue) = 144+8+153=305 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.21% from 305); Green value is 8 (3.52% from 255 or 2.62% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #900899 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900899 is #6FF766. Grayscale: #404040. Windows color (decimal): -7337831 or 10029200. OLE color: 10029200.
HSL color Cylindrical-coordinate representation of color #900899: hue angle of 296.28º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #900899 is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 144 | 8 | 153 | - |
| CMYK | 0.06 | 0.95 | 0 | 0.4 |
| HSL | 296.28º | 0.9% | 0.32% | - |
| HSV(B) | 296.28º | 0.95% | 0.6% | - |
| XYZ | 17.34 | 8.4 | 30.85 | - |
| YUV | 65.19 | 177.56 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 8 | 153 | 0.06 | 0.95 | 0 | 0.4 | 296.28 | 0.9 | 0.32 |
| Hex | 90 | 8 | 99 | 6 | 5F | 0 | 28 | 128 | 5A | 20 |
| Octal | 220 | 10 | 231 | 6 | 137 | 0 | 50 | 450 | 132 | 40 |
| Binary | 10010000 | 1000 | 10011001 | 110 | 1011111 | 0 | 101000 | 100101000 | 1011010 | 100000 |
Color Harmonies of #900899
Complementary color
Monochromatic Colors of #900899
Black with #900899
Text Example
Text Example
White with #900899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900899; }
p { color: rgb(144,8,153); }
H1.HeaderClassName
{
color: #900899;
}
.AnyTagClassName
{
color: #900899;
}
</style>
background-color css
<style>
a { background-color: #900899; }
a { background-color: rgb(144,8,153); }
div.DivClassName
{
background-color: #900899;
}
.BgClassName
{
background-color: #900899;
}
</style>
border-color css
<style>
span { border-color: #900899; }
span { border-color: rgb(144,8,153); }
td.TdClassName
{
border-color: #900899;
}
.TagClassName
{
border-color: #900899;
}
</style>