Shades of Dark Magenta #800F8C
Tints of Dark Magenta #800F8C
RGB
CMYK
RGB Variations
Color information
#800F8C (or 0x800F8C) is known color: Dark Magenta. HEX triplet: 80, 0F and 8C. RGB value is (128,15,140). Sum of RGB (Red+Green+Blue) = 128+15+140=283 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.23% from 283); Green value is 15 (6.25% from 255 or 5.30% from 283); Blue value is 140 (55.08% from 255 or 49.47% from 283); Max value from RGB is 140 - color contains mainly: blue. Hex color #800F8C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800F8C is #7FF073. Grayscale: #3E3E3E. Windows color (decimal): -8384628 or 9179008. OLE color: 9179008.
HSL color Cylindrical-coordinate representation of color #800F8C: hue angle of 294.24º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #800F8C is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 15 | 140 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.45 |
| HSL | 294.24º | 0.81% | 0.3% | - |
| HSV(B) | 294.24º | 0.89% | 0.55% | - |
| XYZ | 13.81 | 6.82 | 25.4 | - |
| YUV | 63.04 | 171.44 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 15 | 140 | 0.09 | 0.89 | 0 | 0.45 | 294.24 | 0.81 | 0.3 |
| Hex | 80 | F | 8C | 9 | 59 | 0 | 2D | 126 | 51 | 1E |
| Octal | 200 | 17 | 214 | 11 | 131 | 0 | 55 | 446 | 121 | 36 |
| Binary | 10000000 | 1111 | 10001100 | 1001 | 1011001 | 0 | 101101 | 100100110 | 1010001 | 11110 |
Color Harmonies of #800F8C
Complementary color
Monochromatic Colors of #800F8C
Black with #800F8C
Text Example
Text Example
White with #800F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800F8C; }
p { color: rgb(128,15,140); }
H1.HeaderClassName
{
color: #800F8C;
}
.AnyTagClassName
{
color: #800F8C;
}
</style>
background-color css
<style>
a { background-color: #800F8C; }
a { background-color: rgb(128,15,140); }
div.DivClassName
{
background-color: #800F8C;
}
.BgClassName
{
background-color: #800F8C;
}
</style>
border-color css
<style>
span { border-color: #800F8C; }
span { border-color: rgb(128,15,140); }
td.TdClassName
{
border-color: #800F8C;
}
.TagClassName
{
border-color: #800F8C;
}
</style>