Shades of Dark Magenta #81038C
Tints of Dark Magenta #81038C
RGB
CMYK
RGB Variations
Color information
#81038C (or 0x81038C) is known color: Dark Magenta. HEX triplet: 81, 03 and 8C. RGB value is (129,3,140). Sum of RGB (Red+Green+Blue) = 129+3+140=272 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.43% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 140 (55.08% from 255 or 51.47% from 272); Max value from RGB is 140 - color contains mainly: blue. Hex color #81038C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81038C is #7EFC73. Grayscale: #373737. Windows color (decimal): -8322164 or 9175937. OLE color: 9175937.
HSL color Cylindrical-coordinate representation of color #81038C: hue angle of 295.18º 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 #81038C is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 3 | 140 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.45 |
| HSL | 295.18º | 0.96% | 0.28% | - |
| HSV(B) | 295.18º | 0.98% | 0.55% | - |
| XYZ | 13.82 | 6.63 | 25.36 | - |
| YUV | 56.29 | 175.24 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 3 | 140 | 0.08 | 0.98 | 0 | 0.45 | 295.18 | 0.96 | 0.28 |
| Hex | 81 | 3 | 8C | 8 | 62 | 0 | 2D | 127 | 60 | 1C |
| Octal | 201 | 3 | 214 | 10 | 142 | 0 | 55 | 447 | 140 | 34 |
| Binary | 10000001 | 11 | 10001100 | 1000 | 1100010 | 0 | 101101 | 100100111 | 1100000 | 11100 |
Color Harmonies of #81038C
Complementary color
Monochromatic Colors of #81038C
Black with #81038C
Text Example
Text Example
White with #81038C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81038C; }
p { color: rgb(129,3,140); }
H1.HeaderClassName
{
color: #81038C;
}
.AnyTagClassName
{
color: #81038C;
}
</style>
background-color css
<style>
a { background-color: #81038C; }
a { background-color: rgb(129,3,140); }
div.DivClassName
{
background-color: #81038C;
}
.BgClassName
{
background-color: #81038C;
}
</style>
border-color css
<style>
span { border-color: #81038C; }
span { border-color: rgb(129,3,140); }
td.TdClassName
{
border-color: #81038C;
}
.TagClassName
{
border-color: #81038C;
}
</style>