Shades of Dark Magenta #8B0289
Tints of Dark Magenta #8B0289
RGB
CMYK
RGB Variations
Color information
#8B0289 (or 0x8B0289) is known color: Dark Magenta. HEX triplet: 8B, 02 and 89. RGB value is (139,2,137). Sum of RGB (Red+Green+Blue) = 139+2+137=278 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50% from 278); Green value is 2 (1.17% from 255 or 0.72% from 278); Blue value is 137 (53.91% from 255 or 49.28% from 278); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0289 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0289 is #74FD76. Grayscale: #393939. Windows color (decimal): -7667063 or 8979083. OLE color: 8979083.
HSL color Cylindrical-coordinate representation of color #8B0289: hue angle of 300.88º 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 #8B0289 is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 2 | 137 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.45 |
| HSL | 300.88º | 0.97% | 0.28% | - |
| HSV(B) | 300.88º | 0.99% | 0.55% | - |
| XYZ | 15.18 | 7.34 | 24.28 | - |
| YUV | 58.35 | 172.39 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 2 | 137 | 0 | 0.99 | 0.01 | 0.45 | 300.88 | 0.97 | 0.28 |
| Hex | 8B | 2 | 89 | 0 | 63 | 1 | 2D | 12D | 61 | 1C |
| Octal | 213 | 2 | 211 | 0 | 143 | 1 | 55 | 455 | 141 | 34 |
| Binary | 10001011 | 10 | 10001001 | 0 | 1100011 | 1 | 101101 | 100101101 | 1100001 | 11100 |
Color Harmonies of #8B0289
Complementary color
Monochromatic Colors of #8B0289
Black with #8B0289
Text Example
Text Example
White with #8B0289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0289; }
p { color: rgb(139,2,137); }
H1.HeaderClassName
{
color: #8B0289;
}
.AnyTagClassName
{
color: #8B0289;
}
</style>
background-color css
<style>
a { background-color: #8B0289; }
a { background-color: rgb(139,2,137); }
div.DivClassName
{
background-color: #8B0289;
}
.BgClassName
{
background-color: #8B0289;
}
</style>
border-color css
<style>
span { border-color: #8B0289; }
span { border-color: rgb(139,2,137); }
td.TdClassName
{
border-color: #8B0289;
}
.TagClassName
{
border-color: #8B0289;
}
</style>