Shades of Dark Magenta #8803AB
Tints of Dark Magenta #8803AB
RGB
CMYK
RGB Variations
Color information
#8803AB (or 0x8803AB) is known color: Dark Magenta. HEX triplet: 88, 03 and AB. RGB value is (136,3,171). Sum of RGB (Red+Green+Blue) = 136+3+171=310 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.87% from 310); Green value is 3 (1.56% from 255 or 0.97% from 310); Blue value is 171 (67.19% from 255 or 55.16% from 310); Max value from RGB is 171 - color contains mainly: blue. Hex color #8803AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8803AB is #77FC54. Grayscale: #3D3D3D. Windows color (decimal): -7863381 or 11207560. OLE color: 11207560.
HSL color Cylindrical-coordinate representation of color #8803AB: hue angle of 287.5º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8803AB is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 3 | 171 | - |
| CMYK | 0.20 | 0.98 | 0 | 0.33 |
| HSL | 287.5º | 0.97% | 0.34% | - |
| HSV(B) | 287.5º | 0.98% | 0.67% | - |
| XYZ | 17.54 | 8.24 | 39.19 | - |
| YUV | 61.92 | 189.56 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 3 | 171 | 0.20 | 0.98 | 0 | 0.33 | 287.5 | 0.97 | 0.34 |
| Hex | 88 | 3 | AB | 14 | 62 | 0 | 21 | 120 | 61 | 22 |
| Octal | 210 | 3 | 253 | 24 | 142 | 0 | 41 | 440 | 141 | 42 |
| Binary | 10001000 | 11 | 10101011 | 10100 | 1100010 | 0 | 100001 | 100100000 | 1100001 | 100010 |
Color Harmonies of #8803AB
Complementary color
Monochromatic Colors of #8803AB
Black with #8803AB
Text Example
Text Example
White with #8803AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8803AB; }
p { color: rgb(136,3,171); }
H1.HeaderClassName
{
color: #8803AB;
}
.AnyTagClassName
{
color: #8803AB;
}
</style>
background-color css
<style>
a { background-color: #8803AB; }
a { background-color: rgb(136,3,171); }
div.DivClassName
{
background-color: #8803AB;
}
.BgClassName
{
background-color: #8803AB;
}
</style>
border-color css
<style>
span { border-color: #8803AB; }
span { border-color: rgb(136,3,171); }
td.TdClassName
{
border-color: #8803AB;
}
.TagClassName
{
border-color: #8803AB;
}
</style>