Shades of Dark Magenta #81009F
Tints of Dark Magenta #81009F
RGB
CMYK
RGB Variations
Color information
#81009F (or 0x81009F) is known color: Dark Magenta. HEX triplet: 81, 00 and 9F. RGB value is (129,0,159). Sum of RGB (Red+Green+Blue) = 129+0+159=288 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.79% from 288); Green value is 0 (0.39% from 255 or 0% from 288); Blue value is 159 (62.5% from 255 or 55.21% from 288); Max value from RGB is 159 - color contains mainly: blue. Hex color #81009F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81009F is #7EFF60. Grayscale: #383838. Windows color (decimal): -8322913 or 10420353. OLE color: 10420353.
HSL color Cylindrical-coordinate representation of color #81009F: hue angle of 288.68º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #81009F is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 0 | 159 | - |
| CMYK | 0.19 | 1 | 0 | 0.38 |
| HSL | 288.68º | 1% | 0.31% | - |
| HSV(B) | 288.68º | 1% | 0.62% | - |
| XYZ | 15.31 | 7.17 | 33.38 | - |
| YUV | 56.7 | 185.74 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 0 | 159 | 0.19 | 1 | 0 | 0.38 | 288.68 | 1 | 0.31 |
| Hex | 81 | 0 | 9F | 13 | 64 | 0 | 26 | 121 | 64 | 1F |
| Octal | 201 | 0 | 237 | 23 | 144 | 0 | 46 | 441 | 144 | 37 |
| Binary | 10000001 | 0 | 10011111 | 10011 | 1100100 | 0 | 100110 | 100100001 | 1100100 | 11111 |
Color Harmonies of #81009F
Complementary color
Monochromatic Colors of #81009F
Black with #81009F
Text Example
Text Example
White with #81009F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81009F; }
p { color: rgb(129,0,159); }
H1.HeaderClassName
{
color: #81009F;
}
.AnyTagClassName
{
color: #81009F;
}
</style>
background-color css
<style>
a { background-color: #81009F; }
a { background-color: rgb(129,0,159); }
div.DivClassName
{
background-color: #81009F;
}
.BgClassName
{
background-color: #81009F;
}
</style>
border-color css
<style>
span { border-color: #81009F; }
span { border-color: rgb(129,0,159); }
td.TdClassName
{
border-color: #81009F;
}
.TagClassName
{
border-color: #81009F;
}
</style>