Shades of Dark Magenta #900FAD
Tints of Dark Magenta #900FAD
RGB
CMYK
RGB Variations
Color information
#900FAD (or 0x900FAD) is known color: Dark Magenta. HEX triplet: 90, 0F and AD. RGB value is (144,15,173). Sum of RGB (Red+Green+Blue) = 144+15+173=332 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.37% from 332); Green value is 15 (6.25% from 255 or 4.52% from 332); Blue value is 173 (67.97% from 255 or 52.11% from 332); Max value from RGB is 173 - color contains mainly: blue. Hex color #900FAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900FAD is #6FF052. Grayscale: #474747. Windows color (decimal): -7336019 or 11341712. OLE color: 11341712.
HSL color Cylindrical-coordinate representation of color #900FAD: hue angle of 288.99º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #900FAD is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 15 | 173 | - |
| CMYK | 0.17 | 0.91 | 0 | 0.32 |
| HSL | 288.99º | 0.84% | 0.37% | - |
| HSV(B) | 288.99º | 0.91% | 0.68% | - |
| XYZ | 19.22 | 9.29 | 40.32 | - |
| YUV | 71.58 | 185.24 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 15 | 173 | 0.17 | 0.91 | 0 | 0.32 | 288.99 | 0.84 | 0.37 |
| Hex | 90 | F | AD | 11 | 5B | 0 | 20 | 121 | 54 | 25 |
| Octal | 220 | 17 | 255 | 21 | 133 | 0 | 40 | 441 | 124 | 45 |
| Binary | 10010000 | 1111 | 10101101 | 10001 | 1011011 | 0 | 100000 | 100100001 | 1010100 | 100101 |
Color Harmonies of #900FAD
Complementary color
Monochromatic Colors of #900FAD
Black with #900FAD
Text Example
Text Example
White with #900FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900FAD; }
p { color: rgb(144,15,173); }
H1.HeaderClassName
{
color: #900FAD;
}
.AnyTagClassName
{
color: #900FAD;
}
</style>
background-color css
<style>
a { background-color: #900FAD; }
a { background-color: rgb(144,15,173); }
div.DivClassName
{
background-color: #900FAD;
}
.BgClassName
{
background-color: #900FAD;
}
</style>
border-color css
<style>
span { border-color: #900FAD; }
span { border-color: rgb(144,15,173); }
td.TdClassName
{
border-color: #900FAD;
}
.TagClassName
{
border-color: #900FAD;
}
</style>