Shades of Dark Magenta #8C099C
Tints of Dark Magenta #8C099C
RGB
CMYK
RGB Variations
Color information
#8C099C (or 0x8C099C) is known color: Dark Magenta. HEX triplet: 8C, 09 and 9C. RGB value is (140,9,156). Sum of RGB (Red+Green+Blue) = 140+9+156=305 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.90% from 305); Green value is 9 (3.91% from 255 or 2.95% from 305); Blue value is 156 (61.33% from 255 or 51.15% from 305); Max value from RGB is 156 - color contains mainly: blue. Hex color #8C099C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C099C is #73F663. Grayscale: #404040. Windows color (decimal): -7599716 or 10226060. OLE color: 10226060.
HSL color Cylindrical-coordinate representation of color #8C099C: hue angle of 293.47º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C099C is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 140 | 9 | 156 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.39 |
| HSL | 293.47º | 0.89% | 0.32% | - |
| HSV(B) | 293.47º | 0.94% | 0.61% | - |
| XYZ | 16.91 | 8.17 | 32.14 | - |
| YUV | 64.93 | 179.4 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 9 | 156 | 0.10 | 0.94 | 0 | 0.39 | 293.47 | 0.89 | 0.32 |
| Hex | 8C | 9 | 9C | A | 5E | 0 | 27 | 125 | 59 | 20 |
| Octal | 214 | 11 | 234 | 12 | 136 | 0 | 47 | 445 | 131 | 40 |
| Binary | 10001100 | 1001 | 10011100 | 1010 | 1011110 | 0 | 100111 | 100100101 | 1011001 | 100000 |
Color Harmonies of #8C099C
Complementary color
Monochromatic Colors of #8C099C
Black with #8C099C
Text Example
Text Example
White with #8C099C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C099C; }
p { color: rgb(140,9,156); }
H1.HeaderClassName
{
color: #8C099C;
}
.AnyTagClassName
{
color: #8C099C;
}
</style>
background-color css
<style>
a { background-color: #8C099C; }
a { background-color: rgb(140,9,156); }
div.DivClassName
{
background-color: #8C099C;
}
.BgClassName
{
background-color: #8C099C;
}
</style>
border-color css
<style>
span { border-color: #8C099C; }
span { border-color: rgb(140,9,156); }
td.TdClassName
{
border-color: #8C099C;
}
.TagClassName
{
border-color: #8C099C;
}
</style>