Shades of Dark Magenta #81099D
Tints of Dark Magenta #81099D
RGB
CMYK
RGB Variations
Color information
#81099D (or 0x81099D) is known color: Dark Magenta. HEX triplet: 81, 09 and 9D. RGB value is (129,9,157). Sum of RGB (Red+Green+Blue) = 129+9+157=295 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.73% from 295); Green value is 9 (3.91% from 255 or 3.05% from 295); Blue value is 157 (61.72% from 255 or 53.22% from 295); Max value from RGB is 157 - color contains mainly: blue. Hex color #81099D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81099D is #7EF662. Grayscale: #3D3D3D. Windows color (decimal): -8320611 or 10291585. OLE color: 10291585.
HSL color Cylindrical-coordinate representation of color #81099D: hue angle of 288.65º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #81099D is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 9 | 157 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.38 |
| HSL | 288.65º | 0.89% | 0.33% | - |
| HSV(B) | 288.65º | 0.94% | 0.62% | - |
| XYZ | 15.24 | 7.3 | 32.5 | - |
| YUV | 61.75 | 181.76 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 9 | 157 | 0.18 | 0.94 | 0 | 0.38 | 288.65 | 0.89 | 0.33 |
| Hex | 81 | 9 | 9D | 12 | 5E | 0 | 26 | 121 | 59 | 21 |
| Octal | 201 | 11 | 235 | 22 | 136 | 0 | 46 | 441 | 131 | 41 |
| Binary | 10000001 | 1001 | 10011101 | 10010 | 1011110 | 0 | 100110 | 100100001 | 1011001 | 100001 |
Color Harmonies of #81099D
Complementary color
Monochromatic Colors of #81099D
Black with #81099D
Text Example
Text Example
White with #81099D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81099D; }
p { color: rgb(129,9,157); }
H1.HeaderClassName
{
color: #81099D;
}
.AnyTagClassName
{
color: #81099D;
}
</style>
background-color css
<style>
a { background-color: #81099D; }
a { background-color: rgb(129,9,157); }
div.DivClassName
{
background-color: #81099D;
}
.BgClassName
{
background-color: #81099D;
}
</style>
border-color css
<style>
span { border-color: #81099D; }
span { border-color: rgb(129,9,157); }
td.TdClassName
{
border-color: #81099D;
}
.TagClassName
{
border-color: #81099D;
}
</style>