Shades of Dark Magenta #81008C
Tints of Dark Magenta #81008C
RGB
CMYK
RGB Variations
Color information
#81008C (or 0x81008C) is known color: Dark Magenta. HEX triplet: 81, 00 and 8C. RGB value is (129,0,140). Sum of RGB (Red+Green+Blue) = 129+0+140=269 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.96% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 140 (55.08% from 255 or 52.04% from 269); Max value from RGB is 140 - color contains mainly: blue. Hex color #81008C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81008C is #7EFF73. Grayscale: #363636. Windows color (decimal): -8322932 or 9175169. OLE color: 9175169.
HSL color Cylindrical-coordinate representation of color #81008C: hue angle of 295.29º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #81008C is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 0 | 140 | - |
| CMYK | 0.08 | 1 | 0 | 0.45 |
| HSL | 295.29º | 1% | 0.27% | - |
| HSV(B) | 295.29º | 1% | 0.55% | - |
| XYZ | 13.79 | 6.56 | 25.35 | - |
| YUV | 54.53 | 176.24 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 0 | 140 | 0.08 | 1 | 0 | 0.45 | 295.29 | 1 | 0.27 |
| Hex | 81 | 0 | 8C | 8 | 64 | 0 | 2D | 127 | 64 | 1B |
| Octal | 201 | 0 | 214 | 10 | 144 | 0 | 55 | 447 | 144 | 33 |
| Binary | 10000001 | 0 | 10001100 | 1000 | 1100100 | 0 | 101101 | 100100111 | 1100100 | 11011 |
Color Harmonies of #81008C
Complementary color
Monochromatic Colors of #81008C
Black with #81008C
Text Example
Text Example
White with #81008C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81008C; }
p { color: rgb(129,0,140); }
H1.HeaderClassName
{
color: #81008C;
}
.AnyTagClassName
{
color: #81008C;
}
</style>
background-color css
<style>
a { background-color: #81008C; }
a { background-color: rgb(129,0,140); }
div.DivClassName
{
background-color: #81008C;
}
.BgClassName
{
background-color: #81008C;
}
</style>
border-color css
<style>
span { border-color: #81008C; }
span { border-color: rgb(129,0,140); }
td.TdClassName
{
border-color: #81008C;
}
.TagClassName
{
border-color: #81008C;
}
</style>