Shades of Dark Magenta #9918AB
Tints of Dark Magenta #9918AB
RGB
CMYK
RGB Variations
Color information
#9918AB (or 0x9918AB) is known color: Dark Magenta. HEX triplet: 99, 18 and AB. RGB value is (153,24,171). Sum of RGB (Red+Green+Blue) = 153+24+171=348 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.97% from 348); Green value is 24 (9.77% from 255 or 6.90% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #9918AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9918AB is #66E754. Grayscale: #4E4E4E. Windows color (decimal): -6743893 or 11212953. OLE color: 11212953.
HSL color Cylindrical-coordinate representation of color #9918AB: hue angle of 292.65º 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 #9918AB is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 24 | 171 | - |
| CMYK | 0.11 | 0.86 | 0 | 0.33 |
| HSL | 292.65º | 0.75% | 0.38% | - |
| HSV(B) | 292.65º | 0.86% | 0.67% | - |
| XYZ | 20.81 | 10.37 | 39.43 | - |
| YUV | 79.33 | 179.74 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 24 | 171 | 0.11 | 0.86 | 0 | 0.33 | 292.65 | 0.75 | 0.38 |
| Hex | 99 | 18 | AB | B | 56 | 0 | 21 | 125 | 4B | 26 |
| Octal | 231 | 30 | 253 | 13 | 126 | 0 | 41 | 445 | 113 | 46 |
| Binary | 10011001 | 11000 | 10101011 | 1011 | 1010110 | 0 | 100001 | 100100101 | 1001011 | 100110 |
Color Harmonies of #9918AB
Complementary color
Monochromatic Colors of #9918AB
Black with #9918AB
Text Example
Text Example
White with #9918AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9918AB; }
p { color: rgb(153,24,171); }
H1.HeaderClassName
{
color: #9918AB;
}
.AnyTagClassName
{
color: #9918AB;
}
</style>
background-color css
<style>
a { background-color: #9918AB; }
a { background-color: rgb(153,24,171); }
div.DivClassName
{
background-color: #9918AB;
}
.BgClassName
{
background-color: #9918AB;
}
</style>
border-color css
<style>
span { border-color: #9918AB; }
span { border-color: rgb(153,24,171); }
td.TdClassName
{
border-color: #9918AB;
}
.TagClassName
{
border-color: #9918AB;
}
</style>