Shades of Dark Magenta #8812AD
Tints of Dark Magenta #8812AD
RGB
CMYK
RGB Variations
Color information
#8812AD (or 0x8812AD) is known color: Dark Magenta. HEX triplet: 88, 12 and AD. RGB value is (136,18,173). Sum of RGB (Red+Green+Blue) = 136+18+173=327 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.59% from 327); Green value is 18 (7.42% from 255 or 5.50% from 327); Blue value is 173 (67.97% from 255 or 52.91% from 327); Max value from RGB is 173 - color contains mainly: blue. Hex color #8812AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8812AD is #77ED52. Grayscale: #464646. Windows color (decimal): -7859539 or 11342472. OLE color: 11342472.
HSL color Cylindrical-coordinate representation of color #8812AD: hue angle of 285.68º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8812AD is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 136 | 18 | 173 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.32 |
| HSL | 285.68º | 0.81% | 0.37% | - |
| HSV(B) | 285.68º | 0.9% | 0.68% | - |
| XYZ | 17.91 | 8.68 | 40.27 | - |
| YUV | 70.95 | 185.59 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 18 | 173 | 0.21 | 0.90 | 0 | 0.32 | 285.68 | 0.81 | 0.37 |
| Hex | 88 | 12 | AD | 15 | 5A | 0 | 20 | 11E | 51 | 25 |
| Octal | 210 | 22 | 255 | 25 | 132 | 0 | 40 | 436 | 121 | 45 |
| Binary | 10001000 | 10010 | 10101101 | 10101 | 1011010 | 0 | 100000 | 100011110 | 1010001 | 100101 |
Color Harmonies of #8812AD
Complementary color
Monochromatic Colors of #8812AD
Black with #8812AD
Text Example
Text Example
White with #8812AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8812AD; }
p { color: rgb(136,18,173); }
H1.HeaderClassName
{
color: #8812AD;
}
.AnyTagClassName
{
color: #8812AD;
}
</style>
background-color css
<style>
a { background-color: #8812AD; }
a { background-color: rgb(136,18,173); }
div.DivClassName
{
background-color: #8812AD;
}
.BgClassName
{
background-color: #8812AD;
}
</style>
border-color css
<style>
span { border-color: #8812AD; }
span { border-color: rgb(136,18,173); }
td.TdClassName
{
border-color: #8812AD;
}
.TagClassName
{
border-color: #8812AD;
}
</style>