Shades of Dark Magenta #80038F
Tints of Dark Magenta #80038F
RGB
CMYK
RGB Variations
Color information
#80038F (or 0x80038F) is known color: Dark Magenta. HEX triplet: 80, 03 and 8F. RGB value is (128,3,143). Sum of RGB (Red+Green+Blue) = 128+3+143=274 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.72% from 274); Green value is 3 (1.56% from 255 or 1.09% from 274); Blue value is 143 (56.25% from 255 or 52.19% from 274); Max value from RGB is 143 - color contains mainly: blue. Hex color #80038F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80038F is #7FFC70. Grayscale: #373737. Windows color (decimal): -8387697 or 9372544. OLE color: 9372544.
HSL color Cylindrical-coordinate representation of color #80038F: hue angle of 293.57º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #80038F is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 3 | 143 | - |
| CMYK | 0.10 | 0.98 | 0 | 0.44 |
| HSL | 293.57º | 0.96% | 0.29% | - |
| HSV(B) | 293.57º | 0.98% | 0.56% | - |
| XYZ | 13.89 | 6.64 | 26.54 | - |
| YUV | 56.34 | 176.91 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 3 | 143 | 0.10 | 0.98 | 0 | 0.44 | 293.57 | 0.96 | 0.29 |
| Hex | 80 | 3 | 8F | A | 62 | 0 | 2C | 126 | 60 | 1D |
| Octal | 200 | 3 | 217 | 12 | 142 | 0 | 54 | 446 | 140 | 35 |
| Binary | 10000000 | 11 | 10001111 | 1010 | 1100010 | 0 | 101100 | 100100110 | 1100000 | 11101 |
Color Harmonies of #80038F
Complementary color
Monochromatic Colors of #80038F
Black with #80038F
Text Example
Text Example
White with #80038F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80038F; }
p { color: rgb(128,3,143); }
H1.HeaderClassName
{
color: #80038F;
}
.AnyTagClassName
{
color: #80038F;
}
</style>
background-color css
<style>
a { background-color: #80038F; }
a { background-color: rgb(128,3,143); }
div.DivClassName
{
background-color: #80038F;
}
.BgClassName
{
background-color: #80038F;
}
</style>
border-color css
<style>
span { border-color: #80038F; }
span { border-color: rgb(128,3,143); }
td.TdClassName
{
border-color: #80038F;
}
.TagClassName
{
border-color: #80038F;
}
</style>