Shades of Dark Magenta #990FAC
Tints of Dark Magenta #990FAC
RGB
CMYK
RGB Variations
Color information
#990FAC (or 0x990FAC) is known color: Dark Magenta. HEX triplet: 99, 0F and AC. RGB value is (153,15,172). Sum of RGB (Red+Green+Blue) = 153+15+172=340 (45% of max value = 765). Red value is 153 (60.16% from 255 or 45% from 340); Green value is 15 (6.25% from 255 or 4.41% from 340); Blue value is 172 (67.58% from 255 or 50.59% from 340); Max value from RGB is 172 - color contains mainly: blue. Hex color #990FAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #990FAC is #66F053. Grayscale: #494949. Windows color (decimal): -6746196 or 11276185. OLE color: 11276185.
HSL color Cylindrical-coordinate representation of color #990FAC: hue angle of 292.74º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #990FAC is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 15 | 172 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.33 |
| HSL | 292.74º | 0.84% | 0.37% | - |
| HSV(B) | 292.74º | 0.91% | 0.67% | - |
| XYZ | 20.75 | 10.09 | 39.88 | - |
| YUV | 74.16 | 183.22 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 15 | 172 | 0.11 | 0.91 | 0 | 0.33 | 292.74 | 0.84 | 0.37 |
| Hex | 99 | F | AC | B | 5B | 0 | 21 | 125 | 54 | 25 |
| Octal | 231 | 17 | 254 | 13 | 133 | 0 | 41 | 445 | 124 | 45 |
| Binary | 10011001 | 1111 | 10101100 | 1011 | 1011011 | 0 | 100001 | 100100101 | 1010100 | 100101 |
Color Harmonies of #990FAC
Complementary color
Monochromatic Colors of #990FAC
Black with #990FAC
Text Example
Text Example
White with #990FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990FAC; }
p { color: rgb(153,15,172); }
H1.HeaderClassName
{
color: #990FAC;
}
.AnyTagClassName
{
color: #990FAC;
}
</style>
background-color css
<style>
a { background-color: #990FAC; }
a { background-color: rgb(153,15,172); }
div.DivClassName
{
background-color: #990FAC;
}
.BgClassName
{
background-color: #990FAC;
}
</style>
border-color css
<style>
span { border-color: #990FAC; }
span { border-color: rgb(153,15,172); }
td.TdClassName
{
border-color: #990FAC;
}
.TagClassName
{
border-color: #990FAC;
}
</style>