Shades of Dark Magenta #81098B
Tints of Dark Magenta #81098B
RGB
CMYK
RGB Variations
Color information
#81098B (or 0x81098B) is known color: Dark Magenta. HEX triplet: 81, 09 and 8B. RGB value is (129,9,139). Sum of RGB (Red+Green+Blue) = 129+9+139=277 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.57% from 277); Green value is 9 (3.91% from 255 or 3.25% from 277); Blue value is 139 (54.69% from 255 or 50.18% from 277); Max value from RGB is 139 - color contains mainly: blue. Hex color #81098B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81098B is #7EF674. Grayscale: #3B3B3B. Windows color (decimal): -8320629 or 9111937. OLE color: 9111937.
HSL color Cylindrical-coordinate representation of color #81098B: hue angle of 295.38º 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 #81098B is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 9 | 139 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.45 |
| HSL | 295.38º | 0.88% | 0.29% | - |
| HSV(B) | 295.38º | 0.94% | 0.55% | - |
| XYZ | 13.81 | 6.73 | 25 | - |
| YUV | 59.7 | 172.76 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 9 | 139 | 0.07 | 0.94 | 0 | 0.45 | 295.38 | 0.88 | 0.29 |
| Hex | 81 | 9 | 8B | 7 | 5E | 0 | 2D | 127 | 58 | 1D |
| Octal | 201 | 11 | 213 | 7 | 136 | 0 | 55 | 447 | 130 | 35 |
| Binary | 10000001 | 1001 | 10001011 | 111 | 1011110 | 0 | 101101 | 100100111 | 1011000 | 11101 |
Color Harmonies of #81098B
Complementary color
Monochromatic Colors of #81098B
Black with #81098B
Text Example
Text Example
White with #81098B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81098B; }
p { color: rgb(129,9,139); }
H1.HeaderClassName
{
color: #81098B;
}
.AnyTagClassName
{
color: #81098B;
}
</style>
background-color css
<style>
a { background-color: #81098B; }
a { background-color: rgb(129,9,139); }
div.DivClassName
{
background-color: #81098B;
}
.BgClassName
{
background-color: #81098B;
}
</style>
border-color css
<style>
span { border-color: #81098B; }
span { border-color: rgb(129,9,139); }
td.TdClassName
{
border-color: #81098B;
}
.TagClassName
{
border-color: #81098B;
}
</style>