Shades of Dark Magenta #8F0CAA
Tints of Dark Magenta #8F0CAA
RGB
CMYK
RGB Variations
Color information
#8F0CAA (or 0x8F0CAA) is known color: Dark Magenta. HEX triplet: 8F, 0C and AA. RGB value is (143,12,170). Sum of RGB (Red+Green+Blue) = 143+12+170=325 (43% of max value = 765). Red value is 143 (56.25% from 255 or 44% from 325); Green value is 12 (5.08% from 255 or 3.69% 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 #8F0CAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0CAA is #70F355. Grayscale: #444444. Windows color (decimal): -7402326 or 11144335. OLE color: 11144335.
HSL color Cylindrical-coordinate representation of color #8F0CAA: hue angle of 289.75º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8F0CAA is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 12 | 170 | - |
| CMYK | 0.16 | 0.93 | 0 | 0.33 |
| HSL | 289.75º | 0.87% | 0.36% | - |
| HSV(B) | 289.75º | 0.93% | 0.67% | - |
| XYZ | 18.71 | 9 | 38.78 | - |
| YUV | 69.18 | 184.9 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 12 | 170 | 0.16 | 0.93 | 0 | 0.33 | 289.75 | 0.87 | 0.36 |
| Hex | 8F | C | AA | 10 | 5D | 0 | 21 | 122 | 57 | 24 |
| Octal | 217 | 14 | 252 | 20 | 135 | 0 | 41 | 442 | 127 | 44 |
| Binary | 10001111 | 1100 | 10101010 | 10000 | 1011101 | 0 | 100001 | 100100010 | 1010111 | 100100 |
Color Harmonies of #8F0CAA
Complementary color
Monochromatic Colors of #8F0CAA
Black with #8F0CAA
Text Example
Text Example
White with #8F0CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0CAA; }
p { color: rgb(143,12,170); }
H1.HeaderClassName
{
color: #8F0CAA;
}
.AnyTagClassName
{
color: #8F0CAA;
}
</style>
background-color css
<style>
a { background-color: #8F0CAA; }
a { background-color: rgb(143,12,170); }
div.DivClassName
{
background-color: #8F0CAA;
}
.BgClassName
{
background-color: #8F0CAA;
}
</style>
border-color css
<style>
span { border-color: #8F0CAA; }
span { border-color: rgb(143,12,170); }
td.TdClassName
{
border-color: #8F0CAA;
}
.TagClassName
{
border-color: #8F0CAA;
}
</style>