Shades of Dark Magenta #81098C
Tints of Dark Magenta #81098C
RGB
CMYK
RGB Variations
Color information
#81098C (or 0x81098C) is known color: Dark Magenta. HEX triplet: 81, 09 and 8C. RGB value is (129,9,140). Sum of RGB (Red+Green+Blue) = 129+9+140=278 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.40% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 140 (55.08% from 255 or 50.36% from 278); Max value from RGB is 140 - color contains mainly: blue. Hex color #81098C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81098C is #7EF673. Grayscale: #3B3B3B. Windows color (decimal): -8320628 or 9177473. OLE color: 9177473.
HSL color Cylindrical-coordinate representation of color #81098C: hue angle of 294.96º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #81098C is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 9 | 140 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.45 |
| HSL | 294.96º | 0.88% | 0.29% | - |
| HSV(B) | 294.96º | 0.94% | 0.55% | - |
| XYZ | 13.88 | 6.76 | 25.38 | - |
| YUV | 59.81 | 173.26 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 9 | 140 | 0.08 | 0.94 | 0 | 0.45 | 294.96 | 0.88 | 0.29 |
| Hex | 81 | 9 | 8C | 8 | 5E | 0 | 2D | 127 | 58 | 1D |
| Octal | 201 | 11 | 214 | 10 | 136 | 0 | 55 | 447 | 130 | 35 |
| Binary | 10000001 | 1001 | 10001100 | 1000 | 1011110 | 0 | 101101 | 100100111 | 1011000 | 11101 |
Color Harmonies of #81098C
Complementary color
Monochromatic Colors of #81098C
Black with #81098C
Text Example
Text Example
White with #81098C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81098C; }
p { color: rgb(129,9,140); }
H1.HeaderClassName
{
color: #81098C;
}
.AnyTagClassName
{
color: #81098C;
}
</style>
background-color css
<style>
a { background-color: #81098C; }
a { background-color: rgb(129,9,140); }
div.DivClassName
{
background-color: #81098C;
}
.BgClassName
{
background-color: #81098C;
}
</style>
border-color css
<style>
span { border-color: #81098C; }
span { border-color: rgb(129,9,140); }
td.TdClassName
{
border-color: #81098C;
}
.TagClassName
{
border-color: #81098C;
}
</style>