Shades of Dark Magenta #81038B
Tints of Dark Magenta #81038B
RGB
CMYK
RGB Variations
Color information
#81038B (or 0x81038B) is known color: Dark Magenta. HEX triplet: 81, 03 and 8B. RGB value is (129,3,139). Sum of RGB (Red+Green+Blue) = 129+3+139=271 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.60% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 139 (54.69% from 255 or 51.29% from 271); Max value from RGB is 139 - color contains mainly: blue. Hex color #81038B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81038B is #7EFC74. Grayscale: #373737. Windows color (decimal): -8322165 or 9110401. OLE color: 9110401.
HSL color Cylindrical-coordinate representation of color #81038B: hue angle of 295.59º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #81038B is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 3 | 139 | - |
| CMYK | 0.07 | 0.98 | 0 | 0.45 |
| HSL | 295.59º | 0.96% | 0.28% | - |
| HSV(B) | 295.59º | 0.98% | 0.55% | - |
| XYZ | 13.75 | 6.6 | 24.97 | - |
| YUV | 56.18 | 174.74 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 3 | 139 | 0.07 | 0.98 | 0 | 0.45 | 295.59 | 0.96 | 0.28 |
| Hex | 81 | 3 | 8B | 7 | 62 | 0 | 2D | 128 | 60 | 1C |
| Octal | 201 | 3 | 213 | 7 | 142 | 0 | 55 | 450 | 140 | 34 |
| Binary | 10000001 | 11 | 10001011 | 111 | 1100010 | 0 | 101101 | 100101000 | 1100000 | 11100 |
Color Harmonies of #81038B
Complementary color
Monochromatic Colors of #81038B
Black with #81038B
Text Example
Text Example
White with #81038B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81038B; }
p { color: rgb(129,3,139); }
H1.HeaderClassName
{
color: #81038B;
}
.AnyTagClassName
{
color: #81038B;
}
</style>
background-color css
<style>
a { background-color: #81038B; }
a { background-color: rgb(129,3,139); }
div.DivClassName
{
background-color: #81038B;
}
.BgClassName
{
background-color: #81038B;
}
</style>
border-color css
<style>
span { border-color: #81038B; }
span { border-color: rgb(129,3,139); }
td.TdClassName
{
border-color: #81038B;
}
.TagClassName
{
border-color: #81038B;
}
</style>