Shades of Dark Magenta #81029C
Tints of Dark Magenta #81029C
RGB
CMYK
RGB Variations
Color information
#81029C (or 0x81029C) is known color: Dark Magenta. HEX triplet: 81, 02 and 9C. RGB value is (129,2,156). Sum of RGB (Red+Green+Blue) = 129+2+156=287 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.95% from 287); Green value is 2 (1.17% from 255 or 0.70% from 287); Blue value is 156 (61.33% from 255 or 54.36% from 287); Max value from RGB is 156 - color contains mainly: blue. Hex color #81029C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81029C is #7EFD63. Grayscale: #393939. Windows color (decimal): -8322404 or 10224257. OLE color: 10224257.
HSL color Cylindrical-coordinate representation of color #81029C: hue angle of 289.48º degrees, saturation: 0.97, 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 #81029C is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 129 | 2 | 156 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.39 |
| HSL | 289.48º | 0.97% | 0.31% | - |
| HSV(B) | 289.48º | 0.99% | 0.61% | - |
| XYZ | 15.08 | 7.11 | 32.03 | - |
| YUV | 57.53 | 183.58 | 178.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 2 | 156 | 0.17 | 0.99 | 0 | 0.39 | 289.48 | 0.97 | 0.31 |
| Hex | 81 | 2 | 9C | 11 | 63 | 0 | 27 | 121 | 61 | 1F |
| Octal | 201 | 2 | 234 | 21 | 143 | 0 | 47 | 441 | 141 | 37 |
| Binary | 10000001 | 10 | 10011100 | 10001 | 1100011 | 0 | 100111 | 100100001 | 1100001 | 11111 |
Color Harmonies of #81029C
Complementary color
Monochromatic Colors of #81029C
Black with #81029C
Text Example
Text Example
White with #81029C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81029C; }
p { color: rgb(129,2,156); }
H1.HeaderClassName
{
color: #81029C;
}
.AnyTagClassName
{
color: #81029C;
}
</style>
background-color css
<style>
a { background-color: #81029C; }
a { background-color: rgb(129,2,156); }
div.DivClassName
{
background-color: #81029C;
}
.BgClassName
{
background-color: #81029C;
}
</style>
border-color css
<style>
span { border-color: #81029C; }
span { border-color: rgb(129,2,156); }
td.TdClassName
{
border-color: #81029C;
}
.TagClassName
{
border-color: #81029C;
}
</style>