Shades of Dark Magenta #8816A3
Tints of Dark Magenta #8816A3
RGB
CMYK
RGB Variations
Color information
#8816A3 (or 0x8816A3) is known color: Dark Magenta. HEX triplet: 88, 16 and A3. RGB value is (136,22,163). Sum of RGB (Red+Green+Blue) = 136+22+163=321 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.37% from 321); Green value is 22 (8.98% from 255 or 6.85% from 321); Blue value is 163 (64.06% from 255 or 50.78% from 321); Max value from RGB is 163 - color contains mainly: blue. Hex color #8816A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8816A3 is #77E95C. Grayscale: #474747. Windows color (decimal): -7858525 or 10688136. OLE color: 10688136.
HSL color Cylindrical-coordinate representation of color #8816A3: hue angle of 288.51º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8816A3 is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 136 | 22 | 163 | - |
| CMYK | 0.17 | 0.87 | 0 | 0.36 |
| HSL | 288.51º | 0.76% | 0.36% | - |
| HSV(B) | 288.51º | 0.87% | 0.64% | - |
| XYZ | 17.05 | 8.45 | 35.38 | - |
| YUV | 72.16 | 179.27 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 22 | 163 | 0.17 | 0.87 | 0 | 0.36 | 288.51 | 0.76 | 0.36 |
| Hex | 88 | 16 | A3 | 11 | 57 | 0 | 24 | 121 | 4C | 24 |
| Octal | 210 | 26 | 243 | 21 | 127 | 0 | 44 | 441 | 114 | 44 |
| Binary | 10001000 | 10110 | 10100011 | 10001 | 1010111 | 0 | 100100 | 100100001 | 1001100 | 100100 |
Color Harmonies of #8816A3
Complementary color
Monochromatic Colors of #8816A3
Black with #8816A3
Text Example
Text Example
White with #8816A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8816A3; }
p { color: rgb(136,22,163); }
H1.HeaderClassName
{
color: #8816A3;
}
.AnyTagClassName
{
color: #8816A3;
}
</style>
background-color css
<style>
a { background-color: #8816A3; }
a { background-color: rgb(136,22,163); }
div.DivClassName
{
background-color: #8816A3;
}
.BgClassName
{
background-color: #8816A3;
}
</style>
border-color css
<style>
span { border-color: #8816A3; }
span { border-color: rgb(136,22,163); }
td.TdClassName
{
border-color: #8816A3;
}
.TagClassName
{
border-color: #8816A3;
}
</style>