Shades of Dark Magenta #81019C
Tints of Dark Magenta #81019C
RGB
CMYK
RGB Variations
Color information
#81019C (or 0x81019C) is known color: Dark Magenta. HEX triplet: 81, 01 and 9C. RGB value is (129,1,156). Sum of RGB (Red+Green+Blue) = 129+1+156=286 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.10% from 286); Green value is 1 (0.78% from 255 or 0.35% from 286); Blue value is 156 (61.33% from 255 or 54.55% from 286); Max value from RGB is 156 - color contains mainly: blue. Hex color #81019C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81019C is #7EFE63. Grayscale: #383838. Windows color (decimal): -8322660 or 10224001. OLE color: 10224001.
HSL color Cylindrical-coordinate representation of color #81019C: hue angle of 289.55º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #81019C is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 129 | 1 | 156 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.39 |
| HSL | 289.55º | 0.99% | 0.31% | - |
| HSV(B) | 289.55º | 0.99% | 0.61% | - |
| XYZ | 15.06 | 7.09 | 32.03 | - |
| YUV | 56.94 | 183.91 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 1 | 156 | 0.17 | 0.99 | 0 | 0.39 | 289.55 | 0.99 | 0.31 |
| Hex | 81 | 1 | 9C | 11 | 63 | 0 | 27 | 122 | 63 | 1F |
| Octal | 201 | 1 | 234 | 21 | 143 | 0 | 47 | 442 | 143 | 37 |
| Binary | 10000001 | 1 | 10011100 | 10001 | 1100011 | 0 | 100111 | 100100010 | 1100011 | 11111 |
Color Harmonies of #81019C
Complementary color
Monochromatic Colors of #81019C
Black with #81019C
Text Example
Text Example
White with #81019C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81019C; }
p { color: rgb(129,1,156); }
H1.HeaderClassName
{
color: #81019C;
}
.AnyTagClassName
{
color: #81019C;
}
</style>
background-color css
<style>
a { background-color: #81019C; }
a { background-color: rgb(129,1,156); }
div.DivClassName
{
background-color: #81019C;
}
.BgClassName
{
background-color: #81019C;
}
</style>
border-color css
<style>
span { border-color: #81019C; }
span { border-color: rgb(129,1,156); }
td.TdClassName
{
border-color: #81019C;
}
.TagClassName
{
border-color: #81019C;
}
</style>