Shades of Dark Magenta #8B028E
Tints of Dark Magenta #8B028E
RGB
CMYK
RGB Variations
Color information
#8B028E (or 0x8B028E) is known color: Dark Magenta. HEX triplet: 8B, 02 and 8E. RGB value is (139,2,142). Sum of RGB (Red+Green+Blue) = 139+2+142=283 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.12% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 142 (55.86% from 255 or 50.18% from 283); Max value from RGB is 142 - color contains mainly: blue. Hex color #8B028E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B028E is #74FD71. Grayscale: #3A3A3A. Windows color (decimal): -7667058 or 9306763. OLE color: 9306763.
HSL color Cylindrical-coordinate representation of color #8B028E: hue angle of 298.71º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B028E is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 139 | 2 | 142 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.44 |
| HSL | 298.71º | 0.97% | 0.28% | - |
| HSV(B) | 298.71º | 0.99% | 0.56% | - |
| XYZ | 15.55 | 7.49 | 26.22 | - |
| YUV | 58.92 | 174.89 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 2 | 142 | 0.02 | 0.99 | 0 | 0.44 | 298.71 | 0.97 | 0.28 |
| Hex | 8B | 2 | 8E | 2 | 63 | 0 | 2C | 12B | 61 | 1C |
| Octal | 213 | 2 | 216 | 2 | 143 | 0 | 54 | 453 | 141 | 34 |
| Binary | 10001011 | 10 | 10001110 | 10 | 1100011 | 0 | 101100 | 100101011 | 1100001 | 11100 |
Color Harmonies of #8B028E
Complementary color
Monochromatic Colors of #8B028E
Black with #8B028E
Text Example
Text Example
White with #8B028E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B028E; }
p { color: rgb(139,2,142); }
H1.HeaderClassName
{
color: #8B028E;
}
.AnyTagClassName
{
color: #8B028E;
}
</style>
background-color css
<style>
a { background-color: #8B028E; }
a { background-color: rgb(139,2,142); }
div.DivClassName
{
background-color: #8B028E;
}
.BgClassName
{
background-color: #8B028E;
}
</style>
border-color css
<style>
span { border-color: #8B028E; }
span { border-color: rgb(139,2,142); }
td.TdClassName
{
border-color: #8B028E;
}
.TagClassName
{
border-color: #8B028E;
}
</style>