Shades of Dark Magenta #8006A4
Tints of Dark Magenta #8006A4
RGB
CMYK
RGB Variations
Color information
#8006A4 (or 0x8006A4) is known color: Dark Magenta. HEX triplet: 80, 06 and A4. RGB value is (128,6,164). Sum of RGB (Red+Green+Blue) = 128+6+164=298 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.95% from 298); Green value is 6 (2.73% from 255 or 2.01% from 298); Blue value is 164 (64.45% from 255 or 55.03% from 298); Max value from RGB is 164 - color contains mainly: blue. Hex color #8006A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8006A4 is #7FF95B. Grayscale: #3B3B3B. Windows color (decimal): -8386908 or 10749568. OLE color: 10749568.
HSL color Cylindrical-coordinate representation of color #8006A4: hue angle of 286.33º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8006A4 is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 6 | 164 | - |
| CMYK | 0.22 | 0.96 | 0 | 0.36 |
| HSL | 286.33º | 0.93% | 0.33% | - |
| HSV(B) | 286.33º | 0.96% | 0.64% | - |
| XYZ | 15.67 | 7.4 | 35.72 | - |
| YUV | 60.49 | 186.42 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 6 | 164 | 0.22 | 0.96 | 0 | 0.36 | 286.33 | 0.93 | 0.33 |
| Hex | 80 | 6 | A4 | 16 | 60 | 0 | 24 | 11E | 5D | 21 |
| Octal | 200 | 6 | 244 | 26 | 140 | 0 | 44 | 436 | 135 | 41 |
| Binary | 10000000 | 110 | 10100100 | 10110 | 1100000 | 0 | 100100 | 100011110 | 1011101 | 100001 |
Color Harmonies of #8006A4
Complementary color
Monochromatic Colors of #8006A4
Black with #8006A4
Text Example
Text Example
White with #8006A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8006A4; }
p { color: rgb(128,6,164); }
H1.HeaderClassName
{
color: #8006A4;
}
.AnyTagClassName
{
color: #8006A4;
}
</style>
background-color css
<style>
a { background-color: #8006A4; }
a { background-color: rgb(128,6,164); }
div.DivClassName
{
background-color: #8006A4;
}
.BgClassName
{
background-color: #8006A4;
}
</style>
border-color css
<style>
span { border-color: #8006A4; }
span { border-color: rgb(128,6,164); }
td.TdClassName
{
border-color: #8006A4;
}
.TagClassName
{
border-color: #8006A4;
}
</style>