Shades of Dark Magenta #8E059B
Tints of Dark Magenta #8E059B
RGB
CMYK
RGB Variations
Color information
#8E059B (or 0x8E059B) is known color: Dark Magenta. HEX triplet: 8E, 05 and 9B. RGB value is (142,5,155). Sum of RGB (Red+Green+Blue) = 142+5+155=302 (40% of max value = 765). Red value is 142 (55.86% from 255 or 47.02% from 302); Green value is 5 (2.34% from 255 or 1.66% from 302); Blue value is 155 (60.94% from 255 or 51.32% from 302); Max value from RGB is 155 - color contains mainly: blue. Hex color #8E059B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E059B is #71FA64. Grayscale: #3E3E3E. Windows color (decimal): -7469669 or 10159502. OLE color: 10159502.
HSL color Cylindrical-coordinate representation of color #8E059B: hue angle of 294.8º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8E059B is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 142 | 5 | 155 | - |
| CMYK | 0.08 | 0.97 | 0 | 0.39 |
| HSL | 294.8º | 0.94% | 0.31% | - |
| HSV(B) | 294.8º | 0.97% | 0.61% | - |
| XYZ | 17.13 | 8.23 | 31.7 | - |
| YUV | 63.06 | 179.89 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 5 | 155 | 0.08 | 0.97 | 0 | 0.39 | 294.8 | 0.94 | 0.31 |
| Hex | 8E | 5 | 9B | 8 | 61 | 0 | 27 | 127 | 5E | 1F |
| Octal | 216 | 5 | 233 | 10 | 141 | 0 | 47 | 447 | 136 | 37 |
| Binary | 10001110 | 101 | 10011011 | 1000 | 1100001 | 0 | 100111 | 100100111 | 1011110 | 11111 |
Color Harmonies of #8E059B
Complementary color
Monochromatic Colors of #8E059B
Black with #8E059B
Text Example
Text Example
White with #8E059B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E059B; }
p { color: rgb(142,5,155); }
H1.HeaderClassName
{
color: #8E059B;
}
.AnyTagClassName
{
color: #8E059B;
}
</style>
background-color css
<style>
a { background-color: #8E059B; }
a { background-color: rgb(142,5,155); }
div.DivClassName
{
background-color: #8E059B;
}
.BgClassName
{
background-color: #8E059B;
}
</style>
border-color css
<style>
span { border-color: #8E059B; }
span { border-color: rgb(142,5,155); }
td.TdClassName
{
border-color: #8E059B;
}
.TagClassName
{
border-color: #8E059B;
}
</style>