Shades of Dark Magenta #8C0783
Tints of Dark Magenta #8C0783
RGB
CMYK
RGB Variations
Color information
#8C0783 (or 0x8C0783) is known color: Dark Magenta. HEX triplet: 8C, 07 and 83. RGB value is (140,7,131). Sum of RGB (Red+Green+Blue) = 140+7+131=278 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.36% from 278); Green value is 7 (3.12% from 255 or 2.52% from 278); Blue value is 131 (51.56% from 255 or 47.12% from 278); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0783 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0783 is #73F87C. Grayscale: #3C3C3C. Windows color (decimal): -7600253 or 8587148. OLE color: 8587148.
HSL color Cylindrical-coordinate representation of color #8C0783: hue angle of 304.06º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8C0783 is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 7 | 131 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.45 |
| HSL | 304.06º | 0.9% | 0.29% | - |
| HSV(B) | 304.06º | 0.95% | 0.55% | - |
| XYZ | 14.99 | 7.37 | 22.1 | - |
| YUV | 60.9 | 167.56 | 184.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 7 | 131 | 0 | 0.95 | 0.06 | 0.45 | 304.06 | 0.9 | 0.29 |
| Hex | 8C | 7 | 83 | 0 | 5F | 6 | 2D | 130 | 5A | 1D |
| Octal | 214 | 7 | 203 | 0 | 137 | 6 | 55 | 460 | 132 | 35 |
| Binary | 10001100 | 111 | 10000011 | 0 | 1011111 | 110 | 101101 | 100110000 | 1011010 | 11101 |
Color Harmonies of #8C0783
Complementary color
Monochromatic Colors of #8C0783
Black with #8C0783
Text Example
Text Example
White with #8C0783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0783; }
p { color: rgb(140,7,131); }
H1.HeaderClassName
{
color: #8C0783;
}
.AnyTagClassName
{
color: #8C0783;
}
</style>
background-color css
<style>
a { background-color: #8C0783; }
a { background-color: rgb(140,7,131); }
div.DivClassName
{
background-color: #8C0783;
}
.BgClassName
{
background-color: #8C0783;
}
</style>
border-color css
<style>
span { border-color: #8C0783; }
span { border-color: rgb(140,7,131); }
td.TdClassName
{
border-color: #8C0783;
}
.TagClassName
{
border-color: #8C0783;
}
</style>