Shades of Dark Magenta #80018B
Tints of Dark Magenta #80018B
RGB
CMYK
RGB Variations
Color information
#80018B (or 0x80018B) is known color: Dark Magenta. HEX triplet: 80, 01 and 8B. RGB value is (128,1,139). Sum of RGB (Red+Green+Blue) = 128+1+139=268 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.76% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 139 (54.69% from 255 or 51.87% from 268); Max value from RGB is 139 - color contains mainly: blue. Hex color #80018B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80018B is #7FFE74. Grayscale: #363636. Windows color (decimal): -8388213 or 9109888. OLE color: 9109888.
HSL color Cylindrical-coordinate representation of color #80018B: hue angle of 295.22º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #80018B is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 1 | 139 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.45 |
| HSL | 295.22º | 0.99% | 0.27% | - |
| HSV(B) | 295.22º | 0.99% | 0.55% | - |
| XYZ | 13.57 | 6.47 | 24.96 | - |
| YUV | 54.71 | 175.58 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 1 | 139 | 0.08 | 0.99 | 0 | 0.45 | 295.22 | 0.99 | 0.27 |
| Hex | 80 | 1 | 8B | 8 | 63 | 0 | 2D | 127 | 63 | 1B |
| Octal | 200 | 1 | 213 | 10 | 143 | 0 | 55 | 447 | 143 | 33 |
| Binary | 10000000 | 1 | 10001011 | 1000 | 1100011 | 0 | 101101 | 100100111 | 1100011 | 11011 |
Color Harmonies of #80018B
Complementary color
Monochromatic Colors of #80018B
Black with #80018B
Text Example
Text Example
White with #80018B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80018B; }
p { color: rgb(128,1,139); }
H1.HeaderClassName
{
color: #80018B;
}
.AnyTagClassName
{
color: #80018B;
}
</style>
background-color css
<style>
a { background-color: #80018B; }
a { background-color: rgb(128,1,139); }
div.DivClassName
{
background-color: #80018B;
}
.BgClassName
{
background-color: #80018B;
}
</style>
border-color css
<style>
span { border-color: #80018B; }
span { border-color: rgb(128,1,139); }
td.TdClassName
{
border-color: #80018B;
}
.TagClassName
{
border-color: #80018B;
}
</style>