Shades of Dark Magenta #81018A
Tints of Dark Magenta #81018A
RGB
CMYK
RGB Variations
Color information
#81018A (or 0x81018A) is known color: Dark Magenta. HEX triplet: 81, 01 and 8A. RGB value is (129,1,138). Sum of RGB (Red+Green+Blue) = 129+1+138=268 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.13% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 138 (54.30% from 255 or 51.49% from 268); Max value from RGB is 138 - color contains mainly: blue. Hex color #81018A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81018A is #7EFE75. Grayscale: #363636. Windows color (decimal): -8322678 or 9044353. OLE color: 9044353.
HSL color Cylindrical-coordinate representation of color #81018A: hue angle of 296.06º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #81018A is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 129 | 1 | 138 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.46 |
| HSL | 296.06º | 0.99% | 0.27% | - |
| HSV(B) | 296.06º | 0.99% | 0.54% | - |
| XYZ | 13.65 | 6.52 | 24.58 | - |
| YUV | 54.89 | 174.91 | 180.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 1 | 138 | 0.07 | 0.99 | 0 | 0.46 | 296.06 | 0.99 | 0.27 |
| Hex | 81 | 1 | 8A | 7 | 63 | 0 | 2E | 128 | 63 | 1B |
| Octal | 201 | 1 | 212 | 7 | 143 | 0 | 56 | 450 | 143 | 33 |
| Binary | 10000001 | 1 | 10001010 | 111 | 1100011 | 0 | 101110 | 100101000 | 1100011 | 11011 |
Color Harmonies of #81018A
Complementary color
Monochromatic Colors of #81018A
Black with #81018A
Text Example
Text Example
White with #81018A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81018A; }
p { color: rgb(129,1,138); }
H1.HeaderClassName
{
color: #81018A;
}
.AnyTagClassName
{
color: #81018A;
}
</style>
background-color css
<style>
a { background-color: #81018A; }
a { background-color: rgb(129,1,138); }
div.DivClassName
{
background-color: #81018A;
}
.BgClassName
{
background-color: #81018A;
}
</style>
border-color css
<style>
span { border-color: #81018A; }
span { border-color: rgb(129,1,138); }
td.TdClassName
{
border-color: #81018A;
}
.TagClassName
{
border-color: #81018A;
}
</style>