Shades of Dark Magenta #8B0297
Tints of Dark Magenta #8B0297
RGB
CMYK
RGB Variations
Color information
#8B0297 (or 0x8B0297) is known color: Dark Magenta. HEX triplet: 8B, 02 and 97. RGB value is (139,2,151). Sum of RGB (Red+Green+Blue) = 139+2+151=292 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.60% from 292); Green value is 2 (1.17% from 255 or 0.68% from 292); Blue value is 151 (59.38% from 255 or 51.71% from 292); Max value from RGB is 151 - color contains mainly: blue. Hex color #8B0297 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0297 is #74FD68. Grayscale: #3B3B3B. Windows color (decimal): -7667049 or 9896587. OLE color: 9896587.
HSL color Cylindrical-coordinate representation of color #8B0297: hue angle of 295.17º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B0297 is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 139 | 2 | 151 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.41 |
| HSL | 295.17º | 0.97% | 0.3% | - |
| HSV(B) | 295.17º | 0.99% | 0.59% | - |
| XYZ | 16.26 | 7.77 | 29.92 | - |
| YUV | 59.95 | 179.39 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 2 | 151 | 0.08 | 0.99 | 0 | 0.41 | 295.17 | 0.97 | 0.3 |
| Hex | 8B | 2 | 97 | 8 | 63 | 0 | 29 | 127 | 61 | 1E |
| Octal | 213 | 2 | 227 | 10 | 143 | 0 | 51 | 447 | 141 | 36 |
| Binary | 10001011 | 10 | 10010111 | 1000 | 1100011 | 0 | 101001 | 100100111 | 1100001 | 11110 |
Color Harmonies of #8B0297
Complementary color
Monochromatic Colors of #8B0297
Black with #8B0297
Text Example
Text Example
White with #8B0297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0297; }
p { color: rgb(139,2,151); }
H1.HeaderClassName
{
color: #8B0297;
}
.AnyTagClassName
{
color: #8B0297;
}
</style>
background-color css
<style>
a { background-color: #8B0297; }
a { background-color: rgb(139,2,151); }
div.DivClassName
{
background-color: #8B0297;
}
.BgClassName
{
background-color: #8B0297;
}
</style>
border-color css
<style>
span { border-color: #8B0297; }
span { border-color: rgb(139,2,151); }
td.TdClassName
{
border-color: #8B0297;
}
.TagClassName
{
border-color: #8B0297;
}
</style>