Shades of Dark Magenta #81088B
Tints of Dark Magenta #81088B
RGB
CMYK
RGB Variations
Color information
#81088B (or 0x81088B) is known color: Dark Magenta. HEX triplet: 81, 08 and 8B. RGB value is (129,8,139). Sum of RGB (Red+Green+Blue) = 129+8+139=276 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.74% from 276); Green value is 8 (3.52% from 255 or 2.90% from 276); Blue value is 139 (54.69% from 255 or 50.36% from 276); Max value from RGB is 139 - color contains mainly: blue. Hex color #81088B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81088B is #7EF774. Grayscale: #3A3A3A. Windows color (decimal): -8320885 or 9111681. OLE color: 9111681.
HSL color Cylindrical-coordinate representation of color #81088B: hue angle of 295.42º degrees, saturation: 0.89, 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 #81088B is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 8 | 139 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.45 |
| HSL | 295.42º | 0.89% | 0.29% | - |
| HSV(B) | 295.42º | 0.94% | 0.55% | - |
| XYZ | 13.8 | 6.7 | 24.99 | - |
| YUV | 59.11 | 173.09 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 8 | 139 | 0.07 | 0.94 | 0 | 0.45 | 295.42 | 0.89 | 0.29 |
| Hex | 81 | 8 | 8B | 7 | 5E | 0 | 2D | 127 | 59 | 1D |
| Octal | 201 | 10 | 213 | 7 | 136 | 0 | 55 | 447 | 131 | 35 |
| Binary | 10000001 | 1000 | 10001011 | 111 | 1011110 | 0 | 101101 | 100100111 | 1011001 | 11101 |
Color Harmonies of #81088B
Complementary color
Monochromatic Colors of #81088B
Black with #81088B
Text Example
Text Example
White with #81088B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81088B; }
p { color: rgb(129,8,139); }
H1.HeaderClassName
{
color: #81088B;
}
.AnyTagClassName
{
color: #81088B;
}
</style>
background-color css
<style>
a { background-color: #81088B; }
a { background-color: rgb(129,8,139); }
div.DivClassName
{
background-color: #81088B;
}
.BgClassName
{
background-color: #81088B;
}
</style>
border-color css
<style>
span { border-color: #81088B; }
span { border-color: rgb(129,8,139); }
td.TdClassName
{
border-color: #81088B;
}
.TagClassName
{
border-color: #81088B;
}
</style>