Shades of Dark Magenta #8B1388
Tints of Dark Magenta #8B1388
RGB
CMYK
RGB Variations
Color information
#8B1388 (or 0x8B1388) is known color: Dark Magenta. HEX triplet: 8B, 13 and 88. RGB value is (139,19,136). Sum of RGB (Red+Green+Blue) = 139+19+136=294 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.28% from 294); Green value is 19 (7.81% from 255 or 6.46% from 294); Blue value is 136 (53.52% from 255 or 46.26% from 294); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1388 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B1388 is #74EC77. Grayscale: #434343. Windows color (decimal): -7662712 or 8917899. OLE color: 8917899.
HSL color Cylindrical-coordinate representation of color #8B1388: hue angle of 301.5º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8B1388 is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 19 | 136 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.45 |
| HSL | 301.5º | 0.76% | 0.31% | - |
| HSV(B) | 301.5º | 0.86% | 0.55% | - |
| XYZ | 15.32 | 7.73 | 23.98 | - |
| YUV | 68.22 | 166.26 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 19 | 136 | 0 | 0.86 | 0.02 | 0.45 | 301.5 | 0.76 | 0.31 |
| Hex | 8B | 13 | 88 | 0 | 56 | 2 | 2D | 12E | 4C | 1F |
| Octal | 213 | 23 | 210 | 0 | 126 | 2 | 55 | 456 | 114 | 37 |
| Binary | 10001011 | 10011 | 10001000 | 0 | 1010110 | 10 | 101101 | 100101110 | 1001100 | 11111 |
Color Harmonies of #8B1388
Complementary color
Monochromatic Colors of #8B1388
Black with #8B1388
Text Example
Text Example
White with #8B1388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1388; }
p { color: rgb(139,19,136); }
H1.HeaderClassName
{
color: #8B1388;
}
.AnyTagClassName
{
color: #8B1388;
}
</style>
background-color css
<style>
a { background-color: #8B1388; }
a { background-color: rgb(139,19,136); }
div.DivClassName
{
background-color: #8B1388;
}
.BgClassName
{
background-color: #8B1388;
}
</style>
border-color css
<style>
span { border-color: #8B1388; }
span { border-color: rgb(139,19,136); }
td.TdClassName
{
border-color: #8B1388;
}
.TagClassName
{
border-color: #8B1388;
}
</style>