Shades of Dark Magenta #8B119D
Tints of Dark Magenta #8B119D
RGB
CMYK
RGB Variations
Color information
#8B119D (or 0x8B119D) is known color: Dark Magenta. HEX triplet: 8B, 11 and 9D. RGB value is (139,17,157). Sum of RGB (Red+Green+Blue) = 139+17+157=313 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.41% from 313); Green value is 17 (7.03% from 255 or 5.43% from 313); Blue value is 157 (61.72% from 255 or 50.16% from 313); Max value from RGB is 157 - color contains mainly: blue. Hex color #8B119D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B119D is #74EE62. Grayscale: #454545. Windows color (decimal): -7663203 or 10293643. OLE color: 10293643.
HSL color Cylindrical-coordinate representation of color #8B119D: hue angle of 292.29º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8B119D is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 139 | 17 | 157 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.38 |
| HSL | 292.29º | 0.8% | 0.34% | - |
| HSV(B) | 292.29º | 0.89% | 0.62% | - |
| XYZ | 16.93 | 8.32 | 32.61 | - |
| YUV | 69.44 | 177.42 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 17 | 157 | 0.11 | 0.89 | 0 | 0.38 | 292.29 | 0.8 | 0.34 |
| Hex | 8B | 11 | 9D | B | 59 | 0 | 26 | 124 | 50 | 22 |
| Octal | 213 | 21 | 235 | 13 | 131 | 0 | 46 | 444 | 120 | 42 |
| Binary | 10001011 | 10001 | 10011101 | 1011 | 1011001 | 0 | 100110 | 100100100 | 1010000 | 100010 |
Color Harmonies of #8B119D
Complementary color
Monochromatic Colors of #8B119D
Black with #8B119D
Text Example
Text Example
White with #8B119D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B119D; }
p { color: rgb(139,17,157); }
H1.HeaderClassName
{
color: #8B119D;
}
.AnyTagClassName
{
color: #8B119D;
}
</style>
background-color css
<style>
a { background-color: #8B119D; }
a { background-color: rgb(139,17,157); }
div.DivClassName
{
background-color: #8B119D;
}
.BgClassName
{
background-color: #8B119D;
}
</style>
border-color css
<style>
span { border-color: #8B119D; }
span { border-color: rgb(139,17,157); }
td.TdClassName
{
border-color: #8B119D;
}
.TagClassName
{
border-color: #8B119D;
}
</style>