Shades of Dark Magenta #8C1099
Tints of Dark Magenta #8C1099
RGB
CMYK
RGB Variations
Color information
#8C1099 (or 0x8C1099) is known color: Dark Magenta. HEX triplet: 8C, 10 and 99. RGB value is (140,16,153). Sum of RGB (Red+Green+Blue) = 140+16+153=309 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.31% from 309); Green value is 16 (6.64% from 255 or 5.18% from 309); Blue value is 153 (60.16% from 255 or 49.51% from 309); Max value from RGB is 153 - color contains mainly: blue. Hex color #8C1099 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C1099 is #73EF66. Grayscale: #444444. Windows color (decimal): -7597927 or 10031244. OLE color: 10031244.
HSL color Cylindrical-coordinate representation of color #8C1099: hue angle of 294.31º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8C1099 is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 140 | 16 | 153 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.4 |
| HSL | 294.31º | 0.81% | 0.33% | - |
| HSV(B) | 294.31º | 0.9% | 0.6% | - |
| XYZ | 16.75 | 8.25 | 30.85 | - |
| YUV | 68.69 | 175.58 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 16 | 153 | 0.08 | 0.90 | 0 | 0.4 | 294.31 | 0.81 | 0.33 |
| Hex | 8C | 10 | 99 | 8 | 5A | 0 | 28 | 126 | 51 | 21 |
| Octal | 214 | 20 | 231 | 10 | 132 | 0 | 50 | 446 | 121 | 41 |
| Binary | 10001100 | 10000 | 10011001 | 1000 | 1011010 | 0 | 101000 | 100100110 | 1010001 | 100001 |
Color Harmonies of #8C1099
Complementary color
Monochromatic Colors of #8C1099
Black with #8C1099
Text Example
Text Example
White with #8C1099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1099; }
p { color: rgb(140,16,153); }
H1.HeaderClassName
{
color: #8C1099;
}
.AnyTagClassName
{
color: #8C1099;
}
</style>
background-color css
<style>
a { background-color: #8C1099; }
a { background-color: rgb(140,16,153); }
div.DivClassName
{
background-color: #8C1099;
}
.BgClassName
{
background-color: #8C1099;
}
</style>
border-color css
<style>
span { border-color: #8C1099; }
span { border-color: rgb(140,16,153); }
td.TdClassName
{
border-color: #8C1099;
}
.TagClassName
{
border-color: #8C1099;
}
</style>