Shades of Dark Magenta #8F008A
Tints of Dark Magenta #8F008A
RGB
CMYK
RGB Variations
Color information
#8F008A (or 0x8F008A) is known color: Dark Magenta. HEX triplet: 8F, 00 and 8A. RGB value is (143,0,138). Sum of RGB (Red+Green+Blue) = 143+0+138=281 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.89% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 138 (54.30% from 255 or 49.11% from 281); Max value from RGB is 143 - color contains mainly: red. Hex color #8F008A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F008A is #70FF75. Grayscale: #3A3A3A. Windows color (decimal): -7405430 or 9044111. OLE color: 9044111.
HSL color Cylindrical-coordinate representation of color #8F008A: hue angle of 302.1º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8F008A is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 0 | 138 | - |
| CMYK | 0 | 1 | 0.03 | 0.44 |
| HSL | 302.1º | 1% | 0.28% | - |
| HSV(B) | 302.1º | 1% | 0.56% | - |
| XYZ | 15.92 | 7.67 | 24.69 | - |
| YUV | 58.49 | 172.88 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 0 | 138 | 0 | 1 | 0.03 | 0.44 | 302.1 | 1 | 0.28 |
| Hex | 8F | 0 | 8A | 0 | 64 | 3 | 2C | 12E | 64 | 1C |
| Octal | 217 | 0 | 212 | 0 | 144 | 3 | 54 | 456 | 144 | 34 |
| Binary | 10001111 | 0 | 10001010 | 0 | 1100100 | 11 | 101100 | 100101110 | 1100100 | 11100 |
Color Harmonies of #8F008A
Complementary color
Monochromatic Colors of #8F008A
Black with #8F008A
Text Example
Text Example
White with #8F008A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F008A; }
p { color: rgb(143,0,138); }
H1.HeaderClassName
{
color: #8F008A;
}
.AnyTagClassName
{
color: #8F008A;
}
</style>
background-color css
<style>
a { background-color: #8F008A; }
a { background-color: rgb(143,0,138); }
div.DivClassName
{
background-color: #8F008A;
}
.BgClassName
{
background-color: #8F008A;
}
</style>
border-color css
<style>
span { border-color: #8F008A; }
span { border-color: rgb(143,0,138); }
td.TdClassName
{
border-color: #8F008A;
}
.TagClassName
{
border-color: #8F008A;
}
</style>