Shades of Dark Magenta #8C189A
Tints of Dark Magenta #8C189A
RGB
CMYK
RGB Variations
Color information
#8C189A (or 0x8C189A) is known color: Dark Magenta. HEX triplet: 8C, 18 and 9A. RGB value is (140,24,154). Sum of RGB (Red+Green+Blue) = 140+24+154=318 (42% of max value = 765). Red value is 140 (55.08% from 255 or 44.03% from 318); Green value is 24 (9.77% from 255 or 7.55% from 318); Blue value is 154 (60.55% from 255 or 48.43% from 318); Max value from RGB is 154 - color contains mainly: blue. Hex color #8C189A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C189A is #73E765. Grayscale: #494949. Windows color (decimal): -7595878 or 10098828. OLE color: 10098828.
HSL color Cylindrical-coordinate representation of color #8C189A: hue angle of 293.54º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8C189A is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 140 | 24 | 154 | - |
| CMYK | 0.09 | 0.84 | 0 | 0.40 |
| HSL | 293.54º | 0.73% | 0.35% | - |
| HSV(B) | 293.54º | 0.84% | 0.6% | - |
| XYZ | 16.97 | 8.56 | 31.33 | - |
| YUV | 73.5 | 173.43 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 24 | 154 | 0.09 | 0.84 | 0 | 0.40 | 293.54 | 0.73 | 0.35 |
| Hex | 8C | 18 | 9A | 9 | 54 | 0 | 28 | 126 | 49 | 23 |
| Octal | 214 | 30 | 232 | 11 | 124 | 0 | 50 | 446 | 111 | 43 |
| Binary | 10001100 | 11000 | 10011010 | 1001 | 1010100 | 0 | 101000 | 100100110 | 1001001 | 100011 |
Color Harmonies of #8C189A
Complementary color
Monochromatic Colors of #8C189A
Black with #8C189A
Text Example
Text Example
White with #8C189A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C189A; }
p { color: rgb(140,24,154); }
H1.HeaderClassName
{
color: #8C189A;
}
.AnyTagClassName
{
color: #8C189A;
}
</style>
background-color css
<style>
a { background-color: #8C189A; }
a { background-color: rgb(140,24,154); }
div.DivClassName
{
background-color: #8C189A;
}
.BgClassName
{
background-color: #8C189A;
}
</style>
border-color css
<style>
span { border-color: #8C189A; }
span { border-color: rgb(140,24,154); }
td.TdClassName
{
border-color: #8C189A;
}
.TagClassName
{
border-color: #8C189A;
}
</style>