Shades of Dark Magenta #8B0888
Tints of Dark Magenta #8B0888
RGB
CMYK
RGB Variations
Color information
#8B0888 (or 0x8B0888) is known color: Dark Magenta. HEX triplet: 8B, 08 and 88. RGB value is (139,8,136). Sum of RGB (Red+Green+Blue) = 139+8+136=283 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.12% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 136 (53.52% from 255 or 48.06% from 283); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0888 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0888 is #74F777. Grayscale: #3D3D3D. Windows color (decimal): -7665528 or 8915083. OLE color: 8915083.
HSL color Cylindrical-coordinate representation of color #8B0888: hue angle of 301.37º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8B0888 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 8 | 136 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.45 |
| HSL | 301.37º | 0.89% | 0.29% | - |
| HSV(B) | 301.37º | 0.94% | 0.55% | - |
| XYZ | 15.18 | 7.44 | 23.93 | - |
| YUV | 61.76 | 169.9 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 8 | 136 | 0 | 0.94 | 0.02 | 0.45 | 301.37 | 0.89 | 0.29 |
| Hex | 8B | 8 | 88 | 0 | 5E | 2 | 2D | 12D | 59 | 1D |
| Octal | 213 | 10 | 210 | 0 | 136 | 2 | 55 | 455 | 131 | 35 |
| Binary | 10001011 | 1000 | 10001000 | 0 | 1011110 | 10 | 101101 | 100101101 | 1011001 | 11101 |
Color Harmonies of #8B0888
Complementary color
Monochromatic Colors of #8B0888
Black with #8B0888
Text Example
Text Example
White with #8B0888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0888; }
p { color: rgb(139,8,136); }
H1.HeaderClassName
{
color: #8B0888;
}
.AnyTagClassName
{
color: #8B0888;
}
</style>
background-color css
<style>
a { background-color: #8B0888; }
a { background-color: rgb(139,8,136); }
div.DivClassName
{
background-color: #8B0888;
}
.BgClassName
{
background-color: #8B0888;
}
</style>
border-color css
<style>
span { border-color: #8B0888; }
span { border-color: rgb(139,8,136); }
td.TdClassName
{
border-color: #8B0888;
}
.TagClassName
{
border-color: #8B0888;
}
</style>