Shades of Dark Magenta #81078C
Tints of Dark Magenta #81078C
RGB
CMYK
RGB Variations
Color information
#81078C (or 0x81078C) is known color: Dark Magenta. HEX triplet: 81, 07 and 8C. RGB value is (129,7,140). Sum of RGB (Red+Green+Blue) = 129+7+140=276 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.74% from 276); Green value is 7 (3.12% from 255 or 2.54% from 276); Blue value is 140 (55.08% from 255 or 50.72% from 276); Max value from RGB is 140 - color contains mainly: blue. Hex color #81078C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81078C is #7EF873. Grayscale: #3A3A3A. Windows color (decimal): -8321140 or 9176961. OLE color: 9176961.
HSL color Cylindrical-coordinate representation of color #81078C: hue angle of 295.04º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #81078C is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 7 | 140 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.45 |
| HSL | 295.04º | 0.9% | 0.29% | - |
| HSV(B) | 295.04º | 0.95% | 0.55% | - |
| XYZ | 13.86 | 6.71 | 25.38 | - |
| YUV | 58.64 | 173.92 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 7 | 140 | 0.08 | 0.95 | 0 | 0.45 | 295.04 | 0.9 | 0.29 |
| Hex | 81 | 7 | 8C | 8 | 5F | 0 | 2D | 127 | 5A | 1D |
| Octal | 201 | 7 | 214 | 10 | 137 | 0 | 55 | 447 | 132 | 35 |
| Binary | 10000001 | 111 | 10001100 | 1000 | 1011111 | 0 | 101101 | 100100111 | 1011010 | 11101 |
Color Harmonies of #81078C
Complementary color
Monochromatic Colors of #81078C
Black with #81078C
Text Example
Text Example
White with #81078C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81078C; }
p { color: rgb(129,7,140); }
H1.HeaderClassName
{
color: #81078C;
}
.AnyTagClassName
{
color: #81078C;
}
</style>
background-color css
<style>
a { background-color: #81078C; }
a { background-color: rgb(129,7,140); }
div.DivClassName
{
background-color: #81078C;
}
.BgClassName
{
background-color: #81078C;
}
</style>
border-color css
<style>
span { border-color: #81078C; }
span { border-color: rgb(129,7,140); }
td.TdClassName
{
border-color: #81078C;
}
.TagClassName
{
border-color: #81078C;
}
</style>