Shades of Dark Magenta #9918AA
Tints of Dark Magenta #9918AA
RGB
CMYK
RGB Variations
Color information
#9918AA (or 0x9918AA) is known color: Dark Magenta. HEX triplet: 99, 18 and AA. RGB value is (153,24,170). Sum of RGB (Red+Green+Blue) = 153+24+170=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 24 (9.77% from 255 or 6.92% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #9918AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9918AA is #66E755. Grayscale: #4E4E4E. Windows color (decimal): -6743894 or 11147417. OLE color: 11147417.
HSL color Cylindrical-coordinate representation of color #9918AA: hue angle of 293.01º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9918AA is Cyan = 0.1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 24 | 170 | - |
| CMYK | 0.1 | 0.86 | 0 | 0.33 |
| HSL | 293.01º | 0.75% | 0.38% | - |
| HSV(B) | 293.01º | 0.86% | 0.67% | - |
| XYZ | 20.72 | 10.33 | 38.93 | - |
| YUV | 79.22 | 179.24 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 24 | 170 | 0.1 | 0.86 | 0 | 0.33 | 293.01 | 0.75 | 0.38 |
| Hex | 99 | 18 | AA | A | 56 | 0 | 21 | 125 | 4B | 26 |
| Octal | 231 | 30 | 252 | 12 | 126 | 0 | 41 | 445 | 113 | 46 |
| Binary | 10011001 | 11000 | 10101010 | 1010 | 1010110 | 0 | 100001 | 100100101 | 1001011 | 100110 |
Color Harmonies of #9918AA
Complementary color
Monochromatic Colors of #9918AA
Black with #9918AA
Text Example
Text Example
White with #9918AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9918AA; }
p { color: rgb(153,24,170); }
H1.HeaderClassName
{
color: #9918AA;
}
.AnyTagClassName
{
color: #9918AA;
}
</style>
background-color css
<style>
a { background-color: #9918AA; }
a { background-color: rgb(153,24,170); }
div.DivClassName
{
background-color: #9918AA;
}
.BgClassName
{
background-color: #9918AA;
}
</style>
border-color css
<style>
span { border-color: #9918AA; }
span { border-color: rgb(153,24,170); }
td.TdClassName
{
border-color: #9918AA;
}
.TagClassName
{
border-color: #9918AA;
}
</style>