Shades of Dark Magenta #8B0A88
Tints of Dark Magenta #8B0A88
RGB
CMYK
RGB Variations
Color information
#8B0A88 (or 0x8B0A88) is known color: Dark Magenta. HEX triplet: 8B, 0A and 88. RGB value is (139,10,136). Sum of RGB (Red+Green+Blue) = 139+10+136=285 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.77% from 285); Green value is 10 (4.30% from 255 or 3.51% from 285); Blue value is 136 (53.52% from 255 or 47.72% from 285); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0A88 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0A88 is #74F577. Grayscale: #3E3E3E. Windows color (decimal): -7665016 or 8915595. OLE color: 8915595.
HSL color Cylindrical-coordinate representation of color #8B0A88: hue angle of 301.4º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8B0A88 is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 10 | 136 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.45 |
| HSL | 301.4º | 0.87% | 0.29% | - |
| HSV(B) | 301.4º | 0.93% | 0.55% | - |
| XYZ | 15.2 | 7.48 | 23.94 | - |
| YUV | 62.94 | 169.24 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 10 | 136 | 0 | 0.93 | 0.02 | 0.45 | 301.4 | 0.87 | 0.29 |
| Hex | 8B | A | 88 | 0 | 5D | 2 | 2D | 12D | 57 | 1D |
| Octal | 213 | 12 | 210 | 0 | 135 | 2 | 55 | 455 | 127 | 35 |
| Binary | 10001011 | 1010 | 10001000 | 0 | 1011101 | 10 | 101101 | 100101101 | 1010111 | 11101 |
Color Harmonies of #8B0A88
Complementary color
Monochromatic Colors of #8B0A88
Black with #8B0A88
Text Example
Text Example
White with #8B0A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0A88; }
p { color: rgb(139,10,136); }
H1.HeaderClassName
{
color: #8B0A88;
}
.AnyTagClassName
{
color: #8B0A88;
}
</style>
background-color css
<style>
a { background-color: #8B0A88; }
a { background-color: rgb(139,10,136); }
div.DivClassName
{
background-color: #8B0A88;
}
.BgClassName
{
background-color: #8B0A88;
}
</style>
border-color css
<style>
span { border-color: #8B0A88; }
span { border-color: rgb(139,10,136); }
td.TdClassName
{
border-color: #8B0A88;
}
.TagClassName
{
border-color: #8B0A88;
}
</style>