Shades of Dark Magenta #81089F
Tints of Dark Magenta #81089F
RGB
CMYK
RGB Variations
Color information
#81089F (or 0x81089F) is known color: Dark Magenta. HEX triplet: 81, 08 and 9F. RGB value is (129,8,159). Sum of RGB (Red+Green+Blue) = 129+8+159=296 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.58% from 296); Green value is 8 (3.52% from 255 or 2.70% from 296); Blue value is 159 (62.5% from 255 or 53.72% from 296); Max value from RGB is 159 - color contains mainly: blue. Hex color #81089F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81089F is #7EF760. Grayscale: #3C3C3C. Windows color (decimal): -8320865 or 10422401. OLE color: 10422401.
HSL color Cylindrical-coordinate representation of color #81089F: hue angle of 288.08º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #81089F is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 8 | 159 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.38 |
| HSL | 288.08º | 0.9% | 0.33% | - |
| HSV(B) | 288.08º | 0.95% | 0.62% | - |
| XYZ | 15.4 | 7.34 | 33.41 | - |
| YUV | 61.39 | 183.09 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 8 | 159 | 0.19 | 0.95 | 0 | 0.38 | 288.08 | 0.9 | 0.33 |
| Hex | 81 | 8 | 9F | 13 | 5F | 0 | 26 | 120 | 5A | 21 |
| Octal | 201 | 10 | 237 | 23 | 137 | 0 | 46 | 440 | 132 | 41 |
| Binary | 10000001 | 1000 | 10011111 | 10011 | 1011111 | 0 | 100110 | 100100000 | 1011010 | 100001 |
Color Harmonies of #81089F
Complementary color
Monochromatic Colors of #81089F
Black with #81089F
Text Example
Text Example
White with #81089F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81089F; }
p { color: rgb(129,8,159); }
H1.HeaderClassName
{
color: #81089F;
}
.AnyTagClassName
{
color: #81089F;
}
</style>
background-color css
<style>
a { background-color: #81089F; }
a { background-color: rgb(129,8,159); }
div.DivClassName
{
background-color: #81089F;
}
.BgClassName
{
background-color: #81089F;
}
</style>
border-color css
<style>
span { border-color: #81089F; }
span { border-color: rgb(129,8,159); }
td.TdClassName
{
border-color: #81089F;
}
.TagClassName
{
border-color: #81089F;
}
</style>