Shades of Dark Magenta #8C0283
Tints of Dark Magenta #8C0283
RGB
CMYK
RGB Variations
Color information
#8C0283 (or 0x8C0283) is known color: Dark Magenta. HEX triplet: 8C, 02 and 83. RGB value is (140,2,131). Sum of RGB (Red+Green+Blue) = 140+2+131=273 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.28% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 131 (51.56% from 255 or 47.99% from 273); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0283 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0283 is #73FD7C. Grayscale: #393939. Windows color (decimal): -7601533 or 8585868. OLE color: 8585868.
HSL color Cylindrical-coordinate representation of color #8C0283: hue angle of 303.91º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C0283 is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 2 | 131 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.45 |
| HSL | 303.91º | 0.97% | 0.28% | - |
| HSV(B) | 303.91º | 0.99% | 0.55% | - |
| XYZ | 14.93 | 7.26 | 22.09 | - |
| YUV | 57.97 | 169.22 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 2 | 131 | 0 | 0.99 | 0.06 | 0.45 | 303.91 | 0.97 | 0.28 |
| Hex | 8C | 2 | 83 | 0 | 63 | 6 | 2D | 130 | 61 | 1C |
| Octal | 214 | 2 | 203 | 0 | 143 | 6 | 55 | 460 | 141 | 34 |
| Binary | 10001100 | 10 | 10000011 | 0 | 1100011 | 110 | 101101 | 100110000 | 1100001 | 11100 |
Color Harmonies of #8C0283
Complementary color
Monochromatic Colors of #8C0283
Black with #8C0283
Text Example
Text Example
White with #8C0283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0283; }
p { color: rgb(140,2,131); }
H1.HeaderClassName
{
color: #8C0283;
}
.AnyTagClassName
{
color: #8C0283;
}
</style>
background-color css
<style>
a { background-color: #8C0283; }
a { background-color: rgb(140,2,131); }
div.DivClassName
{
background-color: #8C0283;
}
.BgClassName
{
background-color: #8C0283;
}
</style>
border-color css
<style>
span { border-color: #8C0283; }
span { border-color: rgb(140,2,131); }
td.TdClassName
{
border-color: #8C0283;
}
.TagClassName
{
border-color: #8C0283;
}
</style>