Shades of Dark Magenta #8C0FAA
Tints of Dark Magenta #8C0FAA
RGB
CMYK
RGB Variations
Color information
#8C0FAA (or 0x8C0FAA) is known color: Dark Magenta. HEX triplet: 8C, 0F and AA. RGB value is (140,15,170). Sum of RGB (Red+Green+Blue) = 140+15+170=325 (43% of max value = 765). Red value is 140 (55.08% from 255 or 43.08% from 325); Green value is 15 (6.25% from 255 or 4.62% from 325); Blue value is 170 (66.80% from 255 or 52.31% from 325); Max value from RGB is 170 - color contains mainly: blue. Hex color #8C0FAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0FAA is #73F055. Grayscale: #454545. Windows color (decimal): -7598166 or 11145100. OLE color: 11145100.
HSL color Cylindrical-coordinate representation of color #8C0FAA: hue angle of 288.39º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8C0FAA is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 15 | 170 | - |
| CMYK | 0.18 | 0.91 | 0 | 0.33 |
| HSL | 288.39º | 0.84% | 0.36% | - |
| HSV(B) | 288.39º | 0.91% | 0.67% | - |
| XYZ | 18.24 | 8.82 | 38.77 | - |
| YUV | 70.05 | 184.41 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 15 | 170 | 0.18 | 0.91 | 0 | 0.33 | 288.39 | 0.84 | 0.36 |
| Hex | 8C | F | AA | 12 | 5B | 0 | 21 | 120 | 54 | 24 |
| Octal | 214 | 17 | 252 | 22 | 133 | 0 | 41 | 440 | 124 | 44 |
| Binary | 10001100 | 1111 | 10101010 | 10010 | 1011011 | 0 | 100001 | 100100000 | 1010100 | 100100 |
Color Harmonies of #8C0FAA
Complementary color
Monochromatic Colors of #8C0FAA
Black with #8C0FAA
Text Example
Text Example
White with #8C0FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0FAA; }
p { color: rgb(140,15,170); }
H1.HeaderClassName
{
color: #8C0FAA;
}
.AnyTagClassName
{
color: #8C0FAA;
}
</style>
background-color css
<style>
a { background-color: #8C0FAA; }
a { background-color: rgb(140,15,170); }
div.DivClassName
{
background-color: #8C0FAA;
}
.BgClassName
{
background-color: #8C0FAA;
}
</style>
border-color css
<style>
span { border-color: #8C0FAA; }
span { border-color: rgb(140,15,170); }
td.TdClassName
{
border-color: #8C0FAA;
}
.TagClassName
{
border-color: #8C0FAA;
}
</style>