Shades of Dark Magenta #8C189B
Tints of Dark Magenta #8C189B
RGB
CMYK
RGB Variations
Color information
#8C189B (or 0x8C189B) is known color: Dark Magenta. HEX triplet: 8C, 18 and 9B. RGB value is (140,24,155). Sum of RGB (Red+Green+Blue) = 140+24+155=319 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.89% from 319); Green value is 24 (9.77% from 255 or 7.52% from 319); Blue value is 155 (60.94% from 255 or 48.59% from 319); Max value from RGB is 155 - color contains mainly: blue. Hex color #8C189B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C189B is #73E764. Grayscale: #494949. Windows color (decimal): -7595877 or 10164364. OLE color: 10164364.
HSL color Cylindrical-coordinate representation of color #8C189B: hue angle of 293.13º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8C189B is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 140 | 24 | 155 | - |
| CMYK | 0.10 | 0.85 | 0 | 0.39 |
| HSL | 293.13º | 0.73% | 0.35% | - |
| HSV(B) | 293.13º | 0.85% | 0.61% | - |
| XYZ | 17.06 | 8.6 | 31.77 | - |
| YUV | 73.62 | 173.93 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 24 | 155 | 0.10 | 0.85 | 0 | 0.39 | 293.13 | 0.73 | 0.35 |
| Hex | 8C | 18 | 9B | A | 55 | 0 | 27 | 125 | 49 | 23 |
| Octal | 214 | 30 | 233 | 12 | 125 | 0 | 47 | 445 | 111 | 43 |
| Binary | 10001100 | 11000 | 10011011 | 1010 | 1010101 | 0 | 100111 | 100100101 | 1001001 | 100011 |
Color Harmonies of #8C189B
Complementary color
Monochromatic Colors of #8C189B
Black with #8C189B
Text Example
Text Example
White with #8C189B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C189B; }
p { color: rgb(140,24,155); }
H1.HeaderClassName
{
color: #8C189B;
}
.AnyTagClassName
{
color: #8C189B;
}
</style>
background-color css
<style>
a { background-color: #8C189B; }
a { background-color: rgb(140,24,155); }
div.DivClassName
{
background-color: #8C189B;
}
.BgClassName
{
background-color: #8C189B;
}
</style>
border-color css
<style>
span { border-color: #8C189B; }
span { border-color: rgb(140,24,155); }
td.TdClassName
{
border-color: #8C189B;
}
.TagClassName
{
border-color: #8C189B;
}
</style>