Shades of Dark Magenta #900BAD
Tints of Dark Magenta #900BAD
RGB
CMYK
RGB Variations
Color information
#900BAD (or 0x900BAD) is known color: Dark Magenta. HEX triplet: 90, 0B and AD. RGB value is (144,11,173). Sum of RGB (Red+Green+Blue) = 144+11+173=328 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.90% from 328); Green value is 11 (4.69% from 255 or 3.35% from 328); Blue value is 173 (67.97% from 255 or 52.74% from 328); Max value from RGB is 173 - color contains mainly: blue. Hex color #900BAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900BAD is #6FF452. Grayscale: #444444. Windows color (decimal): -7337043 or 11340688. OLE color: 11340688.
HSL color Cylindrical-coordinate representation of color #900BAD: hue angle of 289.26º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900BAD is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 11 | 173 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.32 |
| HSL | 289.26º | 0.88% | 0.36% | - |
| HSV(B) | 289.26º | 0.94% | 0.68% | - |
| XYZ | 19.16 | 9.19 | 40.3 | - |
| YUV | 69.24 | 186.56 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 11 | 173 | 0.17 | 0.94 | 0 | 0.32 | 289.26 | 0.88 | 0.36 |
| Hex | 90 | B | AD | 11 | 5E | 0 | 20 | 121 | 58 | 24 |
| Octal | 220 | 13 | 255 | 21 | 136 | 0 | 40 | 441 | 130 | 44 |
| Binary | 10010000 | 1011 | 10101101 | 10001 | 1011110 | 0 | 100000 | 100100001 | 1011000 | 100100 |
Color Harmonies of #900BAD
Complementary color
Monochromatic Colors of #900BAD
Black with #900BAD
Text Example
Text Example
White with #900BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900BAD; }
p { color: rgb(144,11,173); }
H1.HeaderClassName
{
color: #900BAD;
}
.AnyTagClassName
{
color: #900BAD;
}
</style>
background-color css
<style>
a { background-color: #900BAD; }
a { background-color: rgb(144,11,173); }
div.DivClassName
{
background-color: #900BAD;
}
.BgClassName
{
background-color: #900BAD;
}
</style>
border-color css
<style>
span { border-color: #900BAD; }
span { border-color: rgb(144,11,173); }
td.TdClassName
{
border-color: #900BAD;
}
.TagClassName
{
border-color: #900BAD;
}
</style>