Shades of Dark Magenta #80018F
Tints of Dark Magenta #80018F
RGB
CMYK
RGB Variations
Color information
#80018F (or 0x80018F) is known color: Dark Magenta. HEX triplet: 80, 01 and 8F. RGB value is (128,1,143). Sum of RGB (Red+Green+Blue) = 128+1+143=272 (36% of max value = 765). Red value is 128 (50.39% from 255 or 47.06% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 143 (56.25% from 255 or 52.57% from 272); Max value from RGB is 143 - color contains mainly: blue. Hex color #80018F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80018F is #7FFE70. Grayscale: #363636. Windows color (decimal): -8388209 or 9372032. OLE color: 9372032.
HSL color Cylindrical-coordinate representation of color #80018F: hue angle of 293.66º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #80018F is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 1 | 143 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.44 |
| HSL | 293.66º | 0.99% | 0.28% | - |
| HSV(B) | 293.66º | 0.99% | 0.56% | - |
| XYZ | 13.87 | 6.59 | 26.53 | - |
| YUV | 55.16 | 177.58 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 1 | 143 | 0.10 | 0.99 | 0 | 0.44 | 293.66 | 0.99 | 0.28 |
| Hex | 80 | 1 | 8F | A | 63 | 0 | 2C | 126 | 63 | 1C |
| Octal | 200 | 1 | 217 | 12 | 143 | 0 | 54 | 446 | 143 | 34 |
| Binary | 10000000 | 1 | 10001111 | 1010 | 1100011 | 0 | 101100 | 100100110 | 1100011 | 11100 |
Color Harmonies of #80018F
Complementary color
Monochromatic Colors of #80018F
Black with #80018F
Text Example
Text Example
White with #80018F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80018F; }
p { color: rgb(128,1,143); }
H1.HeaderClassName
{
color: #80018F;
}
.AnyTagClassName
{
color: #80018F;
}
</style>
background-color css
<style>
a { background-color: #80018F; }
a { background-color: rgb(128,1,143); }
div.DivClassName
{
background-color: #80018F;
}
.BgClassName
{
background-color: #80018F;
}
</style>
border-color css
<style>
span { border-color: #80018F; }
span { border-color: rgb(128,1,143); }
td.TdClassName
{
border-color: #80018F;
}
.TagClassName
{
border-color: #80018F;
}
</style>