Shades of Dark Magenta #8B088E
Tints of Dark Magenta #8B088E
RGB
CMYK
RGB Variations
Color information
#8B088E (or 0x8B088E) is known color: Dark Magenta. HEX triplet: 8B, 08 and 8E. RGB value is (139,8,142). Sum of RGB (Red+Green+Blue) = 139+8+142=289 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.10% from 289); Green value is 8 (3.52% from 255 or 2.77% from 289); Blue value is 142 (55.86% from 255 or 49.13% from 289); Max value from RGB is 142 - color contains mainly: blue. Hex color #8B088E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B088E is #74F771. Grayscale: #3E3E3E. Windows color (decimal): -7665522 or 9308299. OLE color: 9308299.
HSL color Cylindrical-coordinate representation of color #8B088E: hue angle of 298.66º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8B088E is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 139 | 8 | 142 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.44 |
| HSL | 298.66º | 0.89% | 0.29% | - |
| HSV(B) | 298.66º | 0.94% | 0.56% | - |
| XYZ | 15.62 | 7.62 | 26.24 | - |
| YUV | 62.45 | 172.9 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 8 | 142 | 0.02 | 0.94 | 0 | 0.44 | 298.66 | 0.89 | 0.29 |
| Hex | 8B | 8 | 8E | 2 | 5E | 0 | 2C | 12B | 59 | 1D |
| Octal | 213 | 10 | 216 | 2 | 136 | 0 | 54 | 453 | 131 | 35 |
| Binary | 10001011 | 1000 | 10001110 | 10 | 1011110 | 0 | 101100 | 100101011 | 1011001 | 11101 |
Color Harmonies of #8B088E
Complementary color
Monochromatic Colors of #8B088E
Black with #8B088E
Text Example
Text Example
White with #8B088E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B088E; }
p { color: rgb(139,8,142); }
H1.HeaderClassName
{
color: #8B088E;
}
.AnyTagClassName
{
color: #8B088E;
}
</style>
background-color css
<style>
a { background-color: #8B088E; }
a { background-color: rgb(139,8,142); }
div.DivClassName
{
background-color: #8B088E;
}
.BgClassName
{
background-color: #8B088E;
}
</style>
border-color css
<style>
span { border-color: #8B088E; }
span { border-color: rgb(139,8,142); }
td.TdClassName
{
border-color: #8B088E;
}
.TagClassName
{
border-color: #8B088E;
}
</style>