Shades of Dark Magenta #81019F
Tints of Dark Magenta #81019F
RGB
CMYK
RGB Variations
Color information
#81019F (or 0x81019F) is known color: Dark Magenta. HEX triplet: 81, 01 and 9F. RGB value is (129,1,159). Sum of RGB (Red+Green+Blue) = 129+1+159=289 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.64% from 289); Green value is 1 (0.78% from 255 or 0.35% from 289); Blue value is 159 (62.5% from 255 or 55.02% from 289); Max value from RGB is 159 - color contains mainly: blue. Hex color #81019F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81019F is #7EFE60. Grayscale: #383838. Windows color (decimal): -8322657 or 10420609. OLE color: 10420609.
HSL color Cylindrical-coordinate representation of color #81019F: hue angle of 288.61º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #81019F is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 1 | 159 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.38 |
| HSL | 288.61º | 0.99% | 0.31% | - |
| HSV(B) | 288.61º | 0.99% | 0.62% | - |
| XYZ | 15.32 | 7.19 | 33.38 | - |
| YUV | 57.28 | 185.41 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 1 | 159 | 0.19 | 0.99 | 0 | 0.38 | 288.61 | 0.99 | 0.31 |
| Hex | 81 | 1 | 9F | 13 | 63 | 0 | 26 | 121 | 63 | 1F |
| Octal | 201 | 1 | 237 | 23 | 143 | 0 | 46 | 441 | 143 | 37 |
| Binary | 10000001 | 1 | 10011111 | 10011 | 1100011 | 0 | 100110 | 100100001 | 1100011 | 11111 |
Color Harmonies of #81019F
Complementary color
Monochromatic Colors of #81019F
Black with #81019F
Text Example
Text Example
White with #81019F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81019F; }
p { color: rgb(129,1,159); }
H1.HeaderClassName
{
color: #81019F;
}
.AnyTagClassName
{
color: #81019F;
}
</style>
background-color css
<style>
a { background-color: #81019F; }
a { background-color: rgb(129,1,159); }
div.DivClassName
{
background-color: #81019F;
}
.BgClassName
{
background-color: #81019F;
}
</style>
border-color css
<style>
span { border-color: #81019F; }
span { border-color: rgb(129,1,159); }
td.TdClassName
{
border-color: #81019F;
}
.TagClassName
{
border-color: #81019F;
}
</style>