Shades of Dark Magenta #8004A4
Tints of Dark Magenta #8004A4
RGB
CMYK
RGB Variations
Color information
#8004A4 (or 0x8004A4) is known color: Dark Magenta. HEX triplet: 80, 04 and A4. RGB value is (128,4,164). Sum of RGB (Red+Green+Blue) = 128+4+164=296 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.24% from 296); Green value is 4 (1.95% from 255 or 1.35% from 296); Blue value is 164 (64.45% from 255 or 55.41% from 296); Max value from RGB is 164 - color contains mainly: blue. Hex color #8004A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8004A4 is #7FFB5B. Grayscale: #3A3A3A. Windows color (decimal): -8387420 or 10749056. OLE color: 10749056.
HSL color Cylindrical-coordinate representation of color #8004A4: hue angle of 286.5º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8004A4 is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 4 | 164 | - |
| CMYK | 0.22 | 0.98 | 0 | 0.36 |
| HSL | 286.5º | 0.95% | 0.33% | - |
| HSV(B) | 286.5º | 0.98% | 0.64% | - |
| XYZ | 15.65 | 7.36 | 35.72 | - |
| YUV | 59.32 | 187.08 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 4 | 164 | 0.22 | 0.98 | 0 | 0.36 | 286.5 | 0.95 | 0.33 |
| Hex | 80 | 4 | A4 | 16 | 62 | 0 | 24 | 11E | 5F | 21 |
| Octal | 200 | 4 | 244 | 26 | 142 | 0 | 44 | 436 | 137 | 41 |
| Binary | 10000000 | 100 | 10100100 | 10110 | 1100010 | 0 | 100100 | 100011110 | 1011111 | 100001 |
Color Harmonies of #8004A4
Complementary color
Monochromatic Colors of #8004A4
Black with #8004A4
Text Example
Text Example
White with #8004A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8004A4; }
p { color: rgb(128,4,164); }
H1.HeaderClassName
{
color: #8004A4;
}
.AnyTagClassName
{
color: #8004A4;
}
</style>
background-color css
<style>
a { background-color: #8004A4; }
a { background-color: rgb(128,4,164); }
div.DivClassName
{
background-color: #8004A4;
}
.BgClassName
{
background-color: #8004A4;
}
</style>
border-color css
<style>
span { border-color: #8004A4; }
span { border-color: rgb(128,4,164); }
td.TdClassName
{
border-color: #8004A4;
}
.TagClassName
{
border-color: #8004A4;
}
</style>