Shades of Dark Magenta #8C0883
Tints of Dark Magenta #8C0883
RGB
CMYK
RGB Variations
Color information
#8C0883 (or 0x8C0883) is known color: Dark Magenta. HEX triplet: 8C, 08 and 83. RGB value is (140,8,131). Sum of RGB (Red+Green+Blue) = 140+8+131=279 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.18% from 279); Green value is 8 (3.52% from 255 or 2.87% from 279); Blue value is 131 (51.56% from 255 or 46.95% from 279); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0883 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0883 is #73F77C. Grayscale: #3D3D3D. Windows color (decimal): -7599997 or 8587404. OLE color: 8587404.
HSL color Cylindrical-coordinate representation of color #8C0883: hue angle of 304.09º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C0883 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 8 | 131 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.45 |
| HSL | 304.09º | 0.89% | 0.29% | - |
| HSV(B) | 304.09º | 0.94% | 0.55% | - |
| XYZ | 15 | 7.39 | 22.11 | - |
| YUV | 61.49 | 167.23 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 8 | 131 | 0 | 0.94 | 0.06 | 0.45 | 304.09 | 0.89 | 0.29 |
| Hex | 8C | 8 | 83 | 0 | 5E | 6 | 2D | 130 | 59 | 1D |
| Octal | 214 | 10 | 203 | 0 | 136 | 6 | 55 | 460 | 131 | 35 |
| Binary | 10001100 | 1000 | 10000011 | 0 | 1011110 | 110 | 101101 | 100110000 | 1011001 | 11101 |
Color Harmonies of #8C0883
Complementary color
Monochromatic Colors of #8C0883
Black with #8C0883
Text Example
Text Example
White with #8C0883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0883; }
p { color: rgb(140,8,131); }
H1.HeaderClassName
{
color: #8C0883;
}
.AnyTagClassName
{
color: #8C0883;
}
</style>
background-color css
<style>
a { background-color: #8C0883; }
a { background-color: rgb(140,8,131); }
div.DivClassName
{
background-color: #8C0883;
}
.BgClassName
{
background-color: #8C0883;
}
</style>
border-color css
<style>
span { border-color: #8C0883; }
span { border-color: rgb(140,8,131); }
td.TdClassName
{
border-color: #8C0883;
}
.TagClassName
{
border-color: #8C0883;
}
</style>