Shades of Dark Magenta #8C099E
Tints of Dark Magenta #8C099E
RGB
CMYK
RGB Variations
Color information
#8C099E (or 0x8C099E) is known color: Dark Magenta. HEX triplet: 8C, 09 and 9E. RGB value is (140,9,158). Sum of RGB (Red+Green+Blue) = 140+9+158=307 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.60% from 307); Green value is 9 (3.91% from 255 or 2.93% from 307); Blue value is 158 (62.11% from 255 or 51.47% from 307); Max value from RGB is 158 - color contains mainly: blue. Hex color #8C099E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C099E is #73F661. Grayscale: #404040. Windows color (decimal): -7599714 or 10357132. OLE color: 10357132.
HSL color Cylindrical-coordinate representation of color #8C099E: hue angle of 292.75º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C099E is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 9 | 158 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.38 |
| HSL | 292.75º | 0.89% | 0.33% | - |
| HSV(B) | 292.75º | 0.94% | 0.62% | - |
| XYZ | 17.08 | 8.24 | 33.04 | - |
| YUV | 65.16 | 180.4 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 9 | 158 | 0.11 | 0.94 | 0 | 0.38 | 292.75 | 0.89 | 0.33 |
| Hex | 8C | 9 | 9E | B | 5E | 0 | 26 | 125 | 59 | 21 |
| Octal | 214 | 11 | 236 | 13 | 136 | 0 | 46 | 445 | 131 | 41 |
| Binary | 10001100 | 1001 | 10011110 | 1011 | 1011110 | 0 | 100110 | 100100101 | 1011001 | 100001 |
Color Harmonies of #8C099E
Complementary color
Monochromatic Colors of #8C099E
Black with #8C099E
Text Example
Text Example
White with #8C099E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C099E; }
p { color: rgb(140,9,158); }
H1.HeaderClassName
{
color: #8C099E;
}
.AnyTagClassName
{
color: #8C099E;
}
</style>
background-color css
<style>
a { background-color: #8C099E; }
a { background-color: rgb(140,9,158); }
div.DivClassName
{
background-color: #8C099E;
}
.BgClassName
{
background-color: #8C099E;
}
</style>
border-color css
<style>
span { border-color: #8C099E; }
span { border-color: rgb(140,9,158); }
td.TdClassName
{
border-color: #8C099E;
}
.TagClassName
{
border-color: #8C099E;
}
</style>