Shades of Dark Magenta #8006A3
Tints of Dark Magenta #8006A3
RGB
CMYK
RGB Variations
Color information
#8006A3 (or 0x8006A3) is known color: Dark Magenta. HEX triplet: 80, 06 and A3. RGB value is (128,6,163). Sum of RGB (Red+Green+Blue) = 128+6+163=297 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.10% from 297); Green value is 6 (2.73% from 255 or 2.02% from 297); Blue value is 163 (64.06% from 255 or 54.88% from 297); Max value from RGB is 163 - color contains mainly: blue. Hex color #8006A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8006A3 is #7FF95C. Grayscale: #3B3B3B. Windows color (decimal): -8386909 or 10684032. OLE color: 10684032.
HSL color Cylindrical-coordinate representation of color #8006A3: hue angle of 286.62º 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 #8006A3 is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 6 | 163 | - |
| CMYK | 0.21 | 0.96 | 0 | 0.36 |
| HSL | 286.62º | 0.93% | 0.33% | - |
| HSV(B) | 286.62º | 0.96% | 0.64% | - |
| XYZ | 15.58 | 7.36 | 35.25 | - |
| YUV | 60.38 | 185.92 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 6 | 163 | 0.21 | 0.96 | 0 | 0.36 | 286.62 | 0.93 | 0.33 |
| Hex | 80 | 6 | A3 | 15 | 60 | 0 | 24 | 11F | 5D | 21 |
| Octal | 200 | 6 | 243 | 25 | 140 | 0 | 44 | 437 | 135 | 41 |
| Binary | 10000000 | 110 | 10100011 | 10101 | 1100000 | 0 | 100100 | 100011111 | 1011101 | 100001 |
Color Harmonies of #8006A3
Complementary color
Monochromatic Colors of #8006A3
Black with #8006A3
Text Example
Text Example
White with #8006A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8006A3; }
p { color: rgb(128,6,163); }
H1.HeaderClassName
{
color: #8006A3;
}
.AnyTagClassName
{
color: #8006A3;
}
</style>
background-color css
<style>
a { background-color: #8006A3; }
a { background-color: rgb(128,6,163); }
div.DivClassName
{
background-color: #8006A3;
}
.BgClassName
{
background-color: #8006A3;
}
</style>
border-color css
<style>
span { border-color: #8006A3; }
span { border-color: rgb(128,6,163); }
td.TdClassName
{
border-color: #8006A3;
}
.TagClassName
{
border-color: #8006A3;
}
</style>