Shades of Dark Magenta #80108B
Tints of Dark Magenta #80108B
RGB
CMYK
RGB Variations
Color information
#80108B (or 0x80108B) is known color: Dark Magenta. HEX triplet: 80, 10 and 8B. RGB value is (128,16,139). Sum of RGB (Red+Green+Blue) = 128+16+139=283 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.23% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 139 (54.69% from 255 or 49.12% from 283); Max value from RGB is 139 - color contains mainly: blue. Hex color #80108B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80108B is #7FEF74. Grayscale: #3F3F3F. Windows color (decimal): -8384373 or 9113728. OLE color: 9113728.
HSL color Cylindrical-coordinate representation of color #80108B: hue angle of 294.63º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #80108B is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 16 | 139 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.45 |
| HSL | 294.63º | 0.79% | 0.3% | - |
| HSV(B) | 294.63º | 0.88% | 0.55% | - |
| XYZ | 13.75 | 6.82 | 25.02 | - |
| YUV | 63.51 | 170.61 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 16 | 139 | 0.08 | 0.88 | 0 | 0.45 | 294.63 | 0.79 | 0.3 |
| Hex | 80 | 10 | 8B | 8 | 58 | 0 | 2D | 127 | 4F | 1E |
| Octal | 200 | 20 | 213 | 10 | 130 | 0 | 55 | 447 | 117 | 36 |
| Binary | 10000000 | 10000 | 10001011 | 1000 | 1011000 | 0 | 101101 | 100100111 | 1001111 | 11110 |
Color Harmonies of #80108B
Complementary color
Monochromatic Colors of #80108B
Black with #80108B
Text Example
Text Example
White with #80108B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80108B; }
p { color: rgb(128,16,139); }
H1.HeaderClassName
{
color: #80108B;
}
.AnyTagClassName
{
color: #80108B;
}
</style>
background-color css
<style>
a { background-color: #80108B; }
a { background-color: rgb(128,16,139); }
div.DivClassName
{
background-color: #80108B;
}
.BgClassName
{
background-color: #80108B;
}
</style>
border-color css
<style>
span { border-color: #80108B; }
span { border-color: rgb(128,16,139); }
td.TdClassName
{
border-color: #80108B;
}
.TagClassName
{
border-color: #80108B;
}
</style>