Shades of Dark Magenta #8B0A83
Tints of Dark Magenta #8B0A83
RGB
CMYK
RGB Variations
Color information
#8B0A83 (or 0x8B0A83) is known color: Dark Magenta. HEX triplet: 8B, 0A and 83. RGB value is (139,10,131). Sum of RGB (Red+Green+Blue) = 139+10+131=280 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.64% from 280); Green value is 10 (4.30% from 255 or 3.57% from 280); Blue value is 131 (51.56% from 255 or 46.79% from 280); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0A83 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0A83 is #74F57C. Grayscale: #3E3E3E. Windows color (decimal): -7665021 or 8587915. OLE color: 8587915.
HSL color Cylindrical-coordinate representation of color #8B0A83: hue angle of 303.72º 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 #8B0A83 is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 10 | 131 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.45 |
| HSL | 303.72º | 0.87% | 0.29% | - |
| HSV(B) | 303.72º | 0.93% | 0.55% | - |
| XYZ | 14.85 | 7.34 | 22.11 | - |
| YUV | 62.37 | 166.74 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 10 | 131 | 0 | 0.93 | 0.06 | 0.45 | 303.72 | 0.87 | 0.29 |
| Hex | 8B | A | 83 | 0 | 5D | 6 | 2D | 130 | 57 | 1D |
| Octal | 213 | 12 | 203 | 0 | 135 | 6 | 55 | 460 | 127 | 35 |
| Binary | 10001011 | 1010 | 10000011 | 0 | 1011101 | 110 | 101101 | 100110000 | 1010111 | 11101 |
Color Harmonies of #8B0A83
Complementary color
Monochromatic Colors of #8B0A83
Black with #8B0A83
Text Example
Text Example
White with #8B0A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0A83; }
p { color: rgb(139,10,131); }
H1.HeaderClassName
{
color: #8B0A83;
}
.AnyTagClassName
{
color: #8B0A83;
}
</style>
background-color css
<style>
a { background-color: #8B0A83; }
a { background-color: rgb(139,10,131); }
div.DivClassName
{
background-color: #8B0A83;
}
.BgClassName
{
background-color: #8B0A83;
}
</style>
border-color css
<style>
span { border-color: #8B0A83; }
span { border-color: rgb(139,10,131); }
td.TdClassName
{
border-color: #8B0A83;
}
.TagClassName
{
border-color: #8B0A83;
}
</style>