Shades of Dark Magenta #8B0281
Tints of Dark Magenta #8B0281
RGB
CMYK
RGB Variations
Color information
#8B0281 (or 0x8B0281) is known color: Dark Magenta. HEX triplet: 8B, 02 and 81. RGB value is (139,2,129). Sum of RGB (Red+Green+Blue) = 139+2+129=270 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.48% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 129 (50.78% from 255 or 47.78% from 270); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0281 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0281 is #74FD7E. Grayscale: #393939. Windows color (decimal): -7667071 or 8454795. OLE color: 8454795.
HSL color Cylindrical-coordinate representation of color #8B0281: hue angle of 304.38º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B0281 is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 2 | 129 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.45 |
| HSL | 304.38º | 0.97% | 0.28% | - |
| HSV(B) | 304.38º | 0.99% | 0.55% | - |
| XYZ | 14.63 | 7.12 | 21.37 | - |
| YUV | 57.44 | 168.39 | 186.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 2 | 129 | 0 | 0.99 | 0.07 | 0.45 | 304.38 | 0.97 | 0.28 |
| Hex | 8B | 2 | 81 | 0 | 63 | 7 | 2D | 130 | 61 | 1C |
| Octal | 213 | 2 | 201 | 0 | 143 | 7 | 55 | 460 | 141 | 34 |
| Binary | 10001011 | 10 | 10000001 | 0 | 1100011 | 111 | 101101 | 100110000 | 1100001 | 11100 |
Color Harmonies of #8B0281
Complementary color
Monochromatic Colors of #8B0281
Black with #8B0281
Text Example
Text Example
White with #8B0281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0281; }
p { color: rgb(139,2,129); }
H1.HeaderClassName
{
color: #8B0281;
}
.AnyTagClassName
{
color: #8B0281;
}
</style>
background-color css
<style>
a { background-color: #8B0281; }
a { background-color: rgb(139,2,129); }
div.DivClassName
{
background-color: #8B0281;
}
.BgClassName
{
background-color: #8B0281;
}
</style>
border-color css
<style>
span { border-color: #8B0281; }
span { border-color: rgb(139,2,129); }
td.TdClassName
{
border-color: #8B0281;
}
.TagClassName
{
border-color: #8B0281;
}
</style>