Shades of Dark Magenta #81098F
Tints of Dark Magenta #81098F
RGB
CMYK
RGB Variations
Color information
#81098F (or 0x81098F) is known color: Dark Magenta. HEX triplet: 81, 09 and 8F. RGB value is (129,9,143). Sum of RGB (Red+Green+Blue) = 129+9+143=281 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.91% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 143 (56.25% from 255 or 50.89% from 281); Max value from RGB is 143 - color contains mainly: blue. Hex color #81098F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81098F is #7EF670. Grayscale: #3B3B3B. Windows color (decimal): -8320625 or 9374081. OLE color: 9374081.
HSL color Cylindrical-coordinate representation of color #81098F: hue angle of 293.73º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #81098F is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 129 | 9 | 143 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.44 |
| HSL | 293.73º | 0.88% | 0.3% | - |
| HSV(B) | 293.73º | 0.94% | 0.56% | - |
| XYZ | 14.11 | 6.85 | 26.56 | - |
| YUV | 60.16 | 174.76 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 9 | 143 | 0.10 | 0.94 | 0 | 0.44 | 293.73 | 0.88 | 0.3 |
| Hex | 81 | 9 | 8F | A | 5E | 0 | 2C | 126 | 58 | 1E |
| Octal | 201 | 11 | 217 | 12 | 136 | 0 | 54 | 446 | 130 | 36 |
| Binary | 10000001 | 1001 | 10001111 | 1010 | 1011110 | 0 | 101100 | 100100110 | 1011000 | 11110 |
Color Harmonies of #81098F
Complementary color
Monochromatic Colors of #81098F
Black with #81098F
Text Example
Text Example
White with #81098F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81098F; }
p { color: rgb(129,9,143); }
H1.HeaderClassName
{
color: #81098F;
}
.AnyTagClassName
{
color: #81098F;
}
</style>
background-color css
<style>
a { background-color: #81098F; }
a { background-color: rgb(129,9,143); }
div.DivClassName
{
background-color: #81098F;
}
.BgClassName
{
background-color: #81098F;
}
</style>
border-color css
<style>
span { border-color: #81098F; }
span { border-color: rgb(129,9,143); }
td.TdClassName
{
border-color: #81098F;
}
.TagClassName
{
border-color: #81098F;
}
</style>