Shades of Dark Magenta #8B128D
Tints of Dark Magenta #8B128D
RGB
CMYK
RGB Variations
Color information
#8B128D (or 0x8B128D) is known color: Dark Magenta. HEX triplet: 8B, 12 and 8D. RGB value is (139,18,141). Sum of RGB (Red+Green+Blue) = 139+18+141=298 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.64% from 298); Green value is 18 (7.42% from 255 or 6.04% from 298); Blue value is 141 (55.47% from 255 or 47.32% from 298); Max value from RGB is 141 - color contains mainly: blue. Hex color #8B128D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B128D is #74ED72. Grayscale: #434343. Windows color (decimal): -7662963 or 9245323. OLE color: 9245323.
HSL color Cylindrical-coordinate representation of color #8B128D: hue angle of 299.02º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8B128D is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 18 | 141 | - |
| CMYK | 0.01 | 0.87 | 0 | 0.45 |
| HSL | 299.02º | 0.77% | 0.31% | - |
| HSV(B) | 299.02º | 0.87% | 0.55% | - |
| XYZ | 15.67 | 7.84 | 25.89 | - |
| YUV | 68.2 | 169.09 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 18 | 141 | 0.01 | 0.87 | 0 | 0.45 | 299.02 | 0.77 | 0.31 |
| Hex | 8B | 12 | 8D | 1 | 57 | 0 | 2D | 12B | 4D | 1F |
| Octal | 213 | 22 | 215 | 1 | 127 | 0 | 55 | 453 | 115 | 37 |
| Binary | 10001011 | 10010 | 10001101 | 1 | 1010111 | 0 | 101101 | 100101011 | 1001101 | 11111 |
Color Harmonies of #8B128D
Complementary color
Monochromatic Colors of #8B128D
Black with #8B128D
Text Example
Text Example
White with #8B128D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B128D; }
p { color: rgb(139,18,141); }
H1.HeaderClassName
{
color: #8B128D;
}
.AnyTagClassName
{
color: #8B128D;
}
</style>
background-color css
<style>
a { background-color: #8B128D; }
a { background-color: rgb(139,18,141); }
div.DivClassName
{
background-color: #8B128D;
}
.BgClassName
{
background-color: #8B128D;
}
</style>
border-color css
<style>
span { border-color: #8B128D; }
span { border-color: rgb(139,18,141); }
td.TdClassName
{
border-color: #8B128D;
}
.TagClassName
{
border-color: #8B128D;
}
</style>