Shades of Dark Magenta #8808A1
Tints of Dark Magenta #8808A1
RGB
CMYK
RGB Variations
Color information
#8808A1 (or 0x8808A1) is known color: Dark Magenta. HEX triplet: 88, 08 and A1. RGB value is (136,8,161). Sum of RGB (Red+Green+Blue) = 136+8+161=305 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.59% from 305); Green value is 8 (3.52% from 255 or 2.62% from 305); Blue value is 161 (63.28% from 255 or 52.79% from 305); Max value from RGB is 161 - color contains mainly: blue. Hex color #8808A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8808A1 is #77F75E. Grayscale: #3F3F3F. Windows color (decimal): -7862111 or 10553480. OLE color: 10553480.
HSL color Cylindrical-coordinate representation of color #8808A1: hue angle of 290.2º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8808A1 is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 136 | 8 | 161 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.37 |
| HSL | 290.2º | 0.91% | 0.33% | - |
| HSV(B) | 290.2º | 0.95% | 0.63% | - |
| XYZ | 16.67 | 7.98 | 34.38 | - |
| YUV | 63.71 | 182.91 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 8 | 161 | 0.16 | 0.95 | 0 | 0.37 | 290.2 | 0.91 | 0.33 |
| Hex | 88 | 8 | A1 | 10 | 5F | 0 | 25 | 122 | 5B | 21 |
| Octal | 210 | 10 | 241 | 20 | 137 | 0 | 45 | 442 | 133 | 41 |
| Binary | 10001000 | 1000 | 10100001 | 10000 | 1011111 | 0 | 100101 | 100100010 | 1011011 | 100001 |
Color Harmonies of #8808A1
Complementary color
Monochromatic Colors of #8808A1
Black with #8808A1
Text Example
Text Example
White with #8808A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8808A1; }
p { color: rgb(136,8,161); }
H1.HeaderClassName
{
color: #8808A1;
}
.AnyTagClassName
{
color: #8808A1;
}
</style>
background-color css
<style>
a { background-color: #8808A1; }
a { background-color: rgb(136,8,161); }
div.DivClassName
{
background-color: #8808A1;
}
.BgClassName
{
background-color: #8808A1;
}
</style>
border-color css
<style>
span { border-color: #8808A1; }
span { border-color: rgb(136,8,161); }
td.TdClassName
{
border-color: #8808A1;
}
.TagClassName
{
border-color: #8808A1;
}
</style>