Shades of Dark Magenta #990FAB
Tints of Dark Magenta #990FAB
RGB
CMYK
RGB Variations
Color information
#990FAB (or 0x990FAB) is known color: Dark Magenta. HEX triplet: 99, 0F and AB. RGB value is (153,15,171). Sum of RGB (Red+Green+Blue) = 153+15+171=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 15 (6.25% from 255 or 4.42% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #990FAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990FAB is #66F054. Grayscale: #494949. Windows color (decimal): -6746197 or 11210649. OLE color: 11210649.
HSL color Cylindrical-coordinate representation of color #990FAB: hue angle of 293.08º 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 #990FAB is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 15 | 171 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.33 |
| HSL | 293.08º | 0.84% | 0.36% | - |
| HSV(B) | 293.08º | 0.91% | 0.67% | - |
| XYZ | 20.66 | 10.05 | 39.38 | - |
| YUV | 74.05 | 182.72 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 15 | 171 | 0.11 | 0.91 | 0 | 0.33 | 293.08 | 0.84 | 0.36 |
| Hex | 99 | F | AB | B | 5B | 0 | 21 | 125 | 54 | 24 |
| Octal | 231 | 17 | 253 | 13 | 133 | 0 | 41 | 445 | 124 | 44 |
| Binary | 10011001 | 1111 | 10101011 | 1011 | 1011011 | 0 | 100001 | 100100101 | 1010100 | 100100 |
Color Harmonies of #990FAB
Complementary color
Monochromatic Colors of #990FAB
Black with #990FAB
Text Example
Text Example
White with #990FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990FAB; }
p { color: rgb(153,15,171); }
H1.HeaderClassName
{
color: #990FAB;
}
.AnyTagClassName
{
color: #990FAB;
}
</style>
background-color css
<style>
a { background-color: #990FAB; }
a { background-color: rgb(153,15,171); }
div.DivClassName
{
background-color: #990FAB;
}
.BgClassName
{
background-color: #990FAB;
}
</style>
border-color css
<style>
span { border-color: #990FAB; }
span { border-color: rgb(153,15,171); }
td.TdClassName
{
border-color: #990FAB;
}
.TagClassName
{
border-color: #990FAB;
}
</style>