Shades of Dark Magenta #81039B
Tints of Dark Magenta #81039B
RGB
CMYK
RGB Variations
Color information
#81039B (or 0x81039B) is known color: Dark Magenta. HEX triplet: 81, 03 and 9B. RGB value is (129,3,155). Sum of RGB (Red+Green+Blue) = 129+3+155=287 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.95% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 155 (60.94% from 255 or 54.01% from 287); Max value from RGB is 155 - color contains mainly: blue. Hex color #81039B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81039B is #7EFC64. Grayscale: #393939. Windows color (decimal): -8322149 or 10158977. OLE color: 10158977.
HSL color Cylindrical-coordinate representation of color #81039B: hue angle of 289.74º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #81039B is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 129 | 3 | 155 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.39 |
| HSL | 289.74º | 0.96% | 0.31% | - |
| HSV(B) | 289.74º | 0.98% | 0.61% | - |
| XYZ | 15 | 7.1 | 31.59 | - |
| YUV | 58 | 182.74 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 3 | 155 | 0.17 | 0.98 | 0 | 0.39 | 289.74 | 0.96 | 0.31 |
| Hex | 81 | 3 | 9B | 11 | 62 | 0 | 27 | 122 | 60 | 1F |
| Octal | 201 | 3 | 233 | 21 | 142 | 0 | 47 | 442 | 140 | 37 |
| Binary | 10000001 | 11 | 10011011 | 10001 | 1100010 | 0 | 100111 | 100100010 | 1100000 | 11111 |
Color Harmonies of #81039B
Complementary color
Monochromatic Colors of #81039B
Black with #81039B
Text Example
Text Example
White with #81039B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81039B; }
p { color: rgb(129,3,155); }
H1.HeaderClassName
{
color: #81039B;
}
.AnyTagClassName
{
color: #81039B;
}
</style>
background-color css
<style>
a { background-color: #81039B; }
a { background-color: rgb(129,3,155); }
div.DivClassName
{
background-color: #81039B;
}
.BgClassName
{
background-color: #81039B;
}
</style>
border-color css
<style>
span { border-color: #81039B; }
span { border-color: rgb(129,3,155); }
td.TdClassName
{
border-color: #81039B;
}
.TagClassName
{
border-color: #81039B;
}
</style>