Shades of Dark Magenta #8C00AE
Tints of Dark Magenta #8C00AE
RGB
CMYK
RGB Variations
Color information
#8C00AE (or 0x8C00AE) is known color: Dark Magenta. HEX triplet: 8C, 00 and AE. RGB value is (140,0,174). Sum of RGB (Red+Green+Blue) = 140+0+174=314 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.59% from 314); Green value is 0 (0.39% from 255 or 0% from 314); Blue value is 174 (68.36% from 255 or 55.41% from 314); Max value from RGB is 174 - color contains mainly: blue. Hex color #8C00AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C00AE is #73FF51. Grayscale: #3D3D3D. Windows color (decimal): -7602002 or 11403404. OLE color: 11403404.
HSL color Cylindrical-coordinate representation of color #8C00AE: hue angle of 288.28º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8C00AE is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 0 | 174 | - |
| CMYK | 0.20 | 1 | 0 | 0.32 |
| HSL | 288.28º | 1% | 0.34% | - |
| HSV(B) | 288.28º | 1% | 0.68% | - |
| XYZ | 18.46 | 8.63 | 40.74 | - |
| YUV | 61.7 | 191.38 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 0 | 174 | 0.20 | 1 | 0 | 0.32 | 288.28 | 1 | 0.34 |
| Hex | 8C | 0 | AE | 14 | 64 | 0 | 20 | 120 | 64 | 22 |
| Octal | 214 | 0 | 256 | 24 | 144 | 0 | 40 | 440 | 144 | 42 |
| Binary | 10001100 | 0 | 10101110 | 10100 | 1100100 | 0 | 100000 | 100100000 | 1100100 | 100010 |
Color Harmonies of #8C00AE
Complementary color
Monochromatic Colors of #8C00AE
Black with #8C00AE
Text Example
Text Example
White with #8C00AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C00AE; }
p { color: rgb(140,0,174); }
H1.HeaderClassName
{
color: #8C00AE;
}
.AnyTagClassName
{
color: #8C00AE;
}
</style>
background-color css
<style>
a { background-color: #8C00AE; }
a { background-color: rgb(140,0,174); }
div.DivClassName
{
background-color: #8C00AE;
}
.BgClassName
{
background-color: #8C00AE;
}
</style>
border-color css
<style>
span { border-color: #8C00AE; }
span { border-color: rgb(140,0,174); }
td.TdClassName
{
border-color: #8C00AE;
}
.TagClassName
{
border-color: #8C00AE;
}
</style>