Shades of Dark Magenta #8800AC
Tints of Dark Magenta #8800AC
RGB
CMYK
RGB Variations
Color information
#8800AC (or 0x8800AC) is known color: Dark Magenta. HEX triplet: 88, 00 and AC. RGB value is (136,0,172). Sum of RGB (Red+Green+Blue) = 136+0+172=308 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.16% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 172 (67.58% from 255 or 55.84% from 308); Max value from RGB is 172 - color contains mainly: blue. Hex color #8800AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8800AC is #77FF53. Grayscale: #3B3B3B. Windows color (decimal): -7864148 or 11272328. OLE color: 11272328.
HSL color Cylindrical-coordinate representation of color #8800AC: hue angle of 287.44º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8800AC is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 0 | 172 | - |
| CMYK | 0.21 | 1 | 0 | 0.33 |
| HSL | 287.44º | 1% | 0.34% | - |
| HSV(B) | 287.44º | 1% | 0.67% | - |
| XYZ | 17.6 | 8.21 | 39.69 | - |
| YUV | 60.27 | 191.06 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 0 | 172 | 0.21 | 1 | 0 | 0.33 | 287.44 | 1 | 0.34 |
| Hex | 88 | 0 | AC | 15 | 64 | 0 | 21 | 11F | 64 | 22 |
| Octal | 210 | 0 | 254 | 25 | 144 | 0 | 41 | 437 | 144 | 42 |
| Binary | 10001000 | 0 | 10101100 | 10101 | 1100100 | 0 | 100001 | 100011111 | 1100100 | 100010 |
Color Harmonies of #8800AC
Complementary color
Monochromatic Colors of #8800AC
Black with #8800AC
Text Example
Text Example
White with #8800AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8800AC; }
p { color: rgb(136,0,172); }
H1.HeaderClassName
{
color: #8800AC;
}
.AnyTagClassName
{
color: #8800AC;
}
</style>
background-color css
<style>
a { background-color: #8800AC; }
a { background-color: rgb(136,0,172); }
div.DivClassName
{
background-color: #8800AC;
}
.BgClassName
{
background-color: #8800AC;
}
</style>
border-color css
<style>
span { border-color: #8800AC; }
span { border-color: rgb(136,0,172); }
td.TdClassName
{
border-color: #8800AC;
}
.TagClassName
{
border-color: #8800AC;
}
</style>