Shades of Dark Magenta #8F03A4
Tints of Dark Magenta #8F03A4
RGB
CMYK
RGB Variations
Color information
#8F03A4 (or 0x8F03A4) is known color: Dark Magenta. HEX triplet: 8F, 03 and A4. RGB value is (143,3,164). Sum of RGB (Red+Green+Blue) = 143+3+164=310 (41% of max value = 765). Red value is 143 (56.25% from 255 or 46.13% from 310); Green value is 3 (1.56% from 255 or 0.97% from 310); Blue value is 164 (64.45% from 255 or 52.90% from 310); Max value from RGB is 164 - color contains mainly: blue. Hex color #8F03A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F03A4 is #70FC5B. Grayscale: #3E3E3E. Windows color (decimal): -7404636 or 10748815. OLE color: 10748815.
HSL color Cylindrical-coordinate representation of color #8F03A4: hue angle of 292.17º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8F03A4 is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 143 | 3 | 164 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.36 |
| HSL | 292.17º | 0.96% | 0.33% | - |
| HSV(B) | 292.17º | 0.98% | 0.64% | - |
| XYZ | 18.06 | 8.59 | 35.83 | - |
| YUV | 63.21 | 184.88 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 3 | 164 | 0.13 | 0.98 | 0 | 0.36 | 292.17 | 0.96 | 0.33 |
| Hex | 8F | 3 | A4 | D | 62 | 0 | 24 | 124 | 60 | 21 |
| Octal | 217 | 3 | 244 | 15 | 142 | 0 | 44 | 444 | 140 | 41 |
| Binary | 10001111 | 11 | 10100100 | 1101 | 1100010 | 0 | 100100 | 100100100 | 1100000 | 100001 |
Color Harmonies of #8F03A4
Complementary color
Monochromatic Colors of #8F03A4
Black with #8F03A4
Text Example
Text Example
White with #8F03A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F03A4; }
p { color: rgb(143,3,164); }
H1.HeaderClassName
{
color: #8F03A4;
}
.AnyTagClassName
{
color: #8F03A4;
}
</style>
background-color css
<style>
a { background-color: #8F03A4; }
a { background-color: rgb(143,3,164); }
div.DivClassName
{
background-color: #8F03A4;
}
.BgClassName
{
background-color: #8F03A4;
}
</style>
border-color css
<style>
span { border-color: #8F03A4; }
span { border-color: rgb(143,3,164); }
td.TdClassName
{
border-color: #8F03A4;
}
.TagClassName
{
border-color: #8F03A4;
}
</style>