Shades of Dark Magenta #8B029C
Tints of Dark Magenta #8B029C
RGB
CMYK
RGB Variations
Color information
#8B029C (or 0x8B029C) is known color: Dark Magenta. HEX triplet: 8B, 02 and 9C. RGB value is (139,2,156). Sum of RGB (Red+Green+Blue) = 139+2+156=297 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.80% from 297); Green value is 2 (1.17% from 255 or 0.67% from 297); Blue value is 156 (61.33% from 255 or 52.53% from 297); Max value from RGB is 156 - color contains mainly: blue. Hex color #8B029C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B029C is #74FD63. Grayscale: #3C3C3C. Windows color (decimal): -7667044 or 10224267. OLE color: 10224267.
HSL color Cylindrical-coordinate representation of color #8B029C: hue angle of 293.38º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B029C is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 139 | 2 | 156 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.39 |
| HSL | 293.38º | 0.97% | 0.31% | - |
| HSV(B) | 293.38º | 0.99% | 0.61% | - |
| XYZ | 16.67 | 7.93 | 32.11 | - |
| YUV | 60.52 | 181.89 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 2 | 156 | 0.11 | 0.99 | 0 | 0.39 | 293.38 | 0.97 | 0.31 |
| Hex | 8B | 2 | 9C | B | 63 | 0 | 27 | 125 | 61 | 1F |
| Octal | 213 | 2 | 234 | 13 | 143 | 0 | 47 | 445 | 141 | 37 |
| Binary | 10001011 | 10 | 10011100 | 1011 | 1100011 | 0 | 100111 | 100100101 | 1100001 | 11111 |
Color Harmonies of #8B029C
Complementary color
Monochromatic Colors of #8B029C
Black with #8B029C
Text Example
Text Example
White with #8B029C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B029C; }
p { color: rgb(139,2,156); }
H1.HeaderClassName
{
color: #8B029C;
}
.AnyTagClassName
{
color: #8B029C;
}
</style>
background-color css
<style>
a { background-color: #8B029C; }
a { background-color: rgb(139,2,156); }
div.DivClassName
{
background-color: #8B029C;
}
.BgClassName
{
background-color: #8B029C;
}
</style>
border-color css
<style>
span { border-color: #8B029C; }
span { border-color: rgb(139,2,156); }
td.TdClassName
{
border-color: #8B029C;
}
.TagClassName
{
border-color: #8B029C;
}
</style>