Shades of Dark Magenta #8F039D
Tints of Dark Magenta #8F039D
RGB
CMYK
RGB Variations
Color information
#8F039D (or 0x8F039D) is known color: Dark Magenta. HEX triplet: 8F, 03 and 9D. RGB value is (143,3,157). Sum of RGB (Red+Green+Blue) = 143+3+157=303 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.19% from 303); Green value is 3 (1.56% from 255 or 0.99% from 303); Blue value is 157 (61.72% from 255 or 51.82% from 303); Max value from RGB is 157 - color contains mainly: blue. Hex color #8F039D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F039D is #70FC62. Grayscale: #3D3D3D. Windows color (decimal): -7404643 or 10290063. OLE color: 10290063.
HSL color Cylindrical-coordinate representation of color #8F039D: hue angle of 294.55º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8F039D is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 3 | 157 | - |
| CMYK | 0.09 | 0.98 | 0 | 0.38 |
| HSL | 294.55º | 0.96% | 0.31% | - |
| HSV(B) | 294.55º | 0.98% | 0.62% | - |
| XYZ | 17.45 | 8.34 | 32.59 | - |
| YUV | 62.42 | 181.38 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 3 | 157 | 0.09 | 0.98 | 0 | 0.38 | 294.55 | 0.96 | 0.31 |
| Hex | 8F | 3 | 9D | 9 | 62 | 0 | 26 | 127 | 60 | 1F |
| Octal | 217 | 3 | 235 | 11 | 142 | 0 | 46 | 447 | 140 | 37 |
| Binary | 10001111 | 11 | 10011101 | 1001 | 1100010 | 0 | 100110 | 100100111 | 1100000 | 11111 |
Color Harmonies of #8F039D
Complementary color
Monochromatic Colors of #8F039D
Black with #8F039D
Text Example
Text Example
White with #8F039D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F039D; }
p { color: rgb(143,3,157); }
H1.HeaderClassName
{
color: #8F039D;
}
.AnyTagClassName
{
color: #8F039D;
}
</style>
background-color css
<style>
a { background-color: #8F039D; }
a { background-color: rgb(143,3,157); }
div.DivClassName
{
background-color: #8F039D;
}
.BgClassName
{
background-color: #8F039D;
}
</style>
border-color css
<style>
span { border-color: #8F039D; }
span { border-color: rgb(143,3,157); }
td.TdClassName
{
border-color: #8F039D;
}
.TagClassName
{
border-color: #8F039D;
}
</style>