Shades of Dark Magenta #8B0597
Tints of Dark Magenta #8B0597
RGB
CMYK
RGB Variations
Color information
#8B0597 (or 0x8B0597) is known color: Dark Magenta. HEX triplet: 8B, 05 and 97. RGB value is (139,5,151). Sum of RGB (Red+Green+Blue) = 139+5+151=295 (39% of max value = 765). Red value is 139 (54.69% from 255 or 47.12% from 295); Green value is 5 (2.34% from 255 or 1.69% from 295); Blue value is 151 (59.38% from 255 or 51.19% from 295); Max value from RGB is 151 - color contains mainly: blue. Hex color #8B0597 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0597 is #74FA68. Grayscale: #3D3D3D. Windows color (decimal): -7666281 or 9897355. OLE color: 9897355.
HSL color Cylindrical-coordinate representation of color #8B0597: hue angle of 295.07º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8B0597 is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 139 | 5 | 151 | - |
| CMYK | 0.08 | 0.97 | 0 | 0.41 |
| HSL | 295.07º | 0.94% | 0.31% | - |
| HSV(B) | 295.07º | 0.97% | 0.59% | - |
| XYZ | 16.29 | 7.83 | 29.93 | - |
| YUV | 61.71 | 178.39 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 5 | 151 | 0.08 | 0.97 | 0 | 0.41 | 295.07 | 0.94 | 0.31 |
| Hex | 8B | 5 | 97 | 8 | 61 | 0 | 29 | 127 | 5E | 1F |
| Octal | 213 | 5 | 227 | 10 | 141 | 0 | 51 | 447 | 136 | 37 |
| Binary | 10001011 | 101 | 10010111 | 1000 | 1100001 | 0 | 101001 | 100100111 | 1011110 | 11111 |
Color Harmonies of #8B0597
Complementary color
Monochromatic Colors of #8B0597
Black with #8B0597
Text Example
Text Example
White with #8B0597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0597; }
p { color: rgb(139,5,151); }
H1.HeaderClassName
{
color: #8B0597;
}
.AnyTagClassName
{
color: #8B0597;
}
</style>
background-color css
<style>
a { background-color: #8B0597; }
a { background-color: rgb(139,5,151); }
div.DivClassName
{
background-color: #8B0597;
}
.BgClassName
{
background-color: #8B0597;
}
</style>
border-color css
<style>
span { border-color: #8B0597; }
span { border-color: rgb(139,5,151); }
td.TdClassName
{
border-color: #8B0597;
}
.TagClassName
{
border-color: #8B0597;
}
</style>