Shades of Dark Magenta #900888
Tints of Dark Magenta #900888
RGB
CMYK
RGB Variations
Color information
#900888 (or 0x900888) is known color: Dark Magenta. HEX triplet: 90, 08 and 88. RGB value is (144,8,136). Sum of RGB (Red+Green+Blue) = 144+8+136=288 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50% from 288); Green value is 8 (3.52% from 255 or 2.78% from 288); Blue value is 136 (53.52% from 255 or 47.22% from 288); Max value from RGB is 144 - color contains mainly: red. Hex color #900888 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900888 is #6FF777. Grayscale: #3E3E3E. Windows color (decimal): -7337848 or 8915088. OLE color: 8915088.
HSL color Cylindrical-coordinate representation of color #900888: hue angle of 303.53º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900888 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 8 | 136 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.44 |
| HSL | 303.53º | 0.89% | 0.3% | - |
| HSV(B) | 303.53º | 0.94% | 0.56% | - |
| XYZ | 16.03 | 7.88 | 23.97 | - |
| YUV | 63.26 | 169.06 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 8 | 136 | 0 | 0.94 | 0.06 | 0.44 | 303.53 | 0.89 | 0.3 |
| Hex | 90 | 8 | 88 | 0 | 5E | 6 | 2C | 130 | 59 | 1E |
| Octal | 220 | 10 | 210 | 0 | 136 | 6 | 54 | 460 | 131 | 36 |
| Binary | 10010000 | 1000 | 10001000 | 0 | 1011110 | 110 | 101100 | 100110000 | 1011001 | 11110 |
Color Harmonies of #900888
Complementary color
Monochromatic Colors of #900888
Black with #900888
Text Example
Text Example
White with #900888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900888; }
p { color: rgb(144,8,136); }
H1.HeaderClassName
{
color: #900888;
}
.AnyTagClassName
{
color: #900888;
}
</style>
background-color css
<style>
a { background-color: #900888; }
a { background-color: rgb(144,8,136); }
div.DivClassName
{
background-color: #900888;
}
.BgClassName
{
background-color: #900888;
}
</style>
border-color css
<style>
span { border-color: #900888; }
span { border-color: rgb(144,8,136); }
td.TdClassName
{
border-color: #900888;
}
.TagClassName
{
border-color: #900888;
}
</style>