Shades of Dark Magenta #8F0883
Tints of Dark Magenta #8F0883
RGB
CMYK
RGB Variations
Color information
#8F0883 (or 0x8F0883) is known color: Dark Magenta. HEX triplet: 8F, 08 and 83. RGB value is (143,8,131). Sum of RGB (Red+Green+Blue) = 143+8+131=282 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.71% from 282); Green value is 8 (3.52% from 255 or 2.84% from 282); Blue value is 131 (51.56% from 255 or 46.45% from 282); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0883 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0883 is #70F77C. Grayscale: #3E3E3E. Windows color (decimal): -7403389 or 8587407. OLE color: 8587407.
HSL color Cylindrical-coordinate representation of color #8F0883: hue angle of 305.33º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F0883 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 8 | 131 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.44 |
| HSL | 305.33º | 0.89% | 0.3% | - |
| HSV(B) | 305.33º | 0.94% | 0.56% | - |
| XYZ | 15.51 | 7.65 | 22.13 | - |
| YUV | 62.39 | 166.73 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 8 | 131 | 0 | 0.94 | 0.08 | 0.44 | 305.33 | 0.89 | 0.3 |
| Hex | 8F | 8 | 83 | 0 | 5E | 8 | 2C | 131 | 59 | 1E |
| Octal | 217 | 10 | 203 | 0 | 136 | 10 | 54 | 461 | 131 | 36 |
| Binary | 10001111 | 1000 | 10000011 | 0 | 1011110 | 1000 | 101100 | 100110001 | 1011001 | 11110 |
Color Harmonies of #8F0883
Complementary color
Monochromatic Colors of #8F0883
Black with #8F0883
Text Example
Text Example
White with #8F0883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0883; }
p { color: rgb(143,8,131); }
H1.HeaderClassName
{
color: #8F0883;
}
.AnyTagClassName
{
color: #8F0883;
}
</style>
background-color css
<style>
a { background-color: #8F0883; }
a { background-color: rgb(143,8,131); }
div.DivClassName
{
background-color: #8F0883;
}
.BgClassName
{
background-color: #8F0883;
}
</style>
border-color css
<style>
span { border-color: #8F0883; }
span { border-color: rgb(143,8,131); }
td.TdClassName
{
border-color: #8F0883;
}
.TagClassName
{
border-color: #8F0883;
}
</style>