Shades of Dark Magenta #81198C
Tints of Dark Magenta #81198C
RGB
CMYK
RGB Variations
Color information
#81198C (or 0x81198C) is known color: Dark Magenta. HEX triplet: 81, 19 and 8C. RGB value is (129,25,140). Sum of RGB (Red+Green+Blue) = 129+25+140=294 (38% of max value = 765). Red value is 129 (50.78% from 255 or 43.88% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 140 (55.08% from 255 or 47.62% from 294); Max value from RGB is 140 - color contains mainly: blue. Hex color #81198C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81198C is #7EE673. Grayscale: #444444. Windows color (decimal): -8316532 or 9181569. OLE color: 9181569.
HSL color Cylindrical-coordinate representation of color #81198C: hue angle of 294.26º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #81198C is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 25 | 140 | - |
| CMYK | 0.08 | 0.82 | 0 | 0.45 |
| HSL | 294.26º | 0.7% | 0.32% | - |
| HSV(B) | 294.26º | 0.82% | 0.55% | - |
| XYZ | 14.13 | 7.26 | 25.47 | - |
| YUV | 69.21 | 167.96 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 25 | 140 | 0.08 | 0.82 | 0 | 0.45 | 294.26 | 0.7 | 0.32 |
| Hex | 81 | 19 | 8C | 8 | 52 | 0 | 2D | 126 | 46 | 20 |
| Octal | 201 | 31 | 214 | 10 | 122 | 0 | 55 | 446 | 106 | 40 |
| Binary | 10000001 | 11001 | 10001100 | 1000 | 1010010 | 0 | 101101 | 100100110 | 1000110 | 100000 |
Color Harmonies of #81198C
Complementary color
Monochromatic Colors of #81198C
Black with #81198C
Text Example
Text Example
White with #81198C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81198C; }
p { color: rgb(129,25,140); }
H1.HeaderClassName
{
color: #81198C;
}
.AnyTagClassName
{
color: #81198C;
}
</style>
background-color css
<style>
a { background-color: #81198C; }
a { background-color: rgb(129,25,140); }
div.DivClassName
{
background-color: #81198C;
}
.BgClassName
{
background-color: #81198C;
}
</style>
border-color css
<style>
span { border-color: #81198C; }
span { border-color: rgb(129,25,140); }
td.TdClassName
{
border-color: #81198C;
}
.TagClassName
{
border-color: #81198C;
}
</style>