Shades of Dark Magenta #8F039B
Tints of Dark Magenta #8F039B
RGB
CMYK
RGB Variations
Color information
#8F039B (or 0x8F039B) is known color: Dark Magenta. HEX triplet: 8F, 03 and 9B. RGB value is (143,3,155). Sum of RGB (Red+Green+Blue) = 143+3+155=301 (39% of max value = 765). Red value is 143 (56.25% from 255 or 47.51% from 301); Green value is 3 (1.56% from 255 or 1.00% from 301); Blue value is 155 (60.94% from 255 or 51.50% from 301); Max value from RGB is 155 - color contains mainly: blue. Hex color #8F039B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F039B is #70FC64. Grayscale: #3D3D3D. Windows color (decimal): -7404645 or 10158991. OLE color: 10158991.
HSL color Cylindrical-coordinate representation of color #8F039B: hue angle of 295.26º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8F039B is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 143 | 3 | 155 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.39 |
| HSL | 295.26º | 0.96% | 0.31% | - |
| HSV(B) | 295.26º | 0.98% | 0.61% | - |
| XYZ | 17.28 | 8.27 | 31.7 | - |
| YUV | 62.19 | 180.38 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 3 | 155 | 0.08 | 0.98 | 0 | 0.39 | 295.26 | 0.96 | 0.31 |
| Hex | 8F | 3 | 9B | 8 | 62 | 0 | 27 | 127 | 60 | 1F |
| Octal | 217 | 3 | 233 | 10 | 142 | 0 | 47 | 447 | 140 | 37 |
| Binary | 10001111 | 11 | 10011011 | 1000 | 1100010 | 0 | 100111 | 100100111 | 1100000 | 11111 |
Color Harmonies of #8F039B
Complementary color
Monochromatic Colors of #8F039B
Black with #8F039B
Text Example
Text Example
White with #8F039B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F039B; }
p { color: rgb(143,3,155); }
H1.HeaderClassName
{
color: #8F039B;
}
.AnyTagClassName
{
color: #8F039B;
}
</style>
background-color css
<style>
a { background-color: #8F039B; }
a { background-color: rgb(143,3,155); }
div.DivClassName
{
background-color: #8F039B;
}
.BgClassName
{
background-color: #8F039B;
}
</style>
border-color css
<style>
span { border-color: #8F039B; }
span { border-color: rgb(143,3,155); }
td.TdClassName
{
border-color: #8F039B;
}
.TagClassName
{
border-color: #8F039B;
}
</style>