Shades of Dark Magenta #900FAA
Tints of Dark Magenta #900FAA
RGB
CMYK
RGB Variations
Color information
#900FAA (or 0x900FAA) is known color: Dark Magenta. HEX triplet: 90, 0F and AA. RGB value is (144,15,170). Sum of RGB (Red+Green+Blue) = 144+15+170=329 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.77% from 329); Green value is 15 (6.25% from 255 or 4.56% from 329); Blue value is 170 (66.80% from 255 or 51.67% from 329); Max value from RGB is 170 - color contains mainly: blue. Hex color #900FAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900FAA is #6FF055. Grayscale: #464646. Windows color (decimal): -7336022 or 11145104. OLE color: 11145104.
HSL color Cylindrical-coordinate representation of color #900FAA: hue angle of 289.94º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #900FAA is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 15 | 170 | - |
| CMYK | 0.15 | 0.91 | 0 | 0.33 |
| HSL | 289.94º | 0.84% | 0.36% | - |
| HSV(B) | 289.94º | 0.91% | 0.67% | - |
| XYZ | 18.93 | 9.17 | 38.8 | - |
| YUV | 71.24 | 183.74 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 15 | 170 | 0.15 | 0.91 | 0 | 0.33 | 289.94 | 0.84 | 0.36 |
| Hex | 90 | F | AA | F | 5B | 0 | 21 | 122 | 54 | 24 |
| Octal | 220 | 17 | 252 | 17 | 133 | 0 | 41 | 442 | 124 | 44 |
| Binary | 10010000 | 1111 | 10101010 | 1111 | 1011011 | 0 | 100001 | 100100010 | 1010100 | 100100 |
Color Harmonies of #900FAA
Complementary color
Monochromatic Colors of #900FAA
Black with #900FAA
Text Example
Text Example
White with #900FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900FAA; }
p { color: rgb(144,15,170); }
H1.HeaderClassName
{
color: #900FAA;
}
.AnyTagClassName
{
color: #900FAA;
}
</style>
background-color css
<style>
a { background-color: #900FAA; }
a { background-color: rgb(144,15,170); }
div.DivClassName
{
background-color: #900FAA;
}
.BgClassName
{
background-color: #900FAA;
}
</style>
border-color css
<style>
span { border-color: #900FAA; }
span { border-color: rgb(144,15,170); }
td.TdClassName
{
border-color: #900FAA;
}
.TagClassName
{
border-color: #900FAA;
}
</style>