Shades of Dark Magenta #83068E
Tints of Dark Magenta #83068E
RGB
CMYK
RGB Variations
Color information
#83068E (or 0x83068E) is known color: Dark Magenta. HEX triplet: 83, 06 and 8E. RGB value is (131,6,142). Sum of RGB (Red+Green+Blue) = 131+6+142=279 (36% of max value = 765). Red value is 131 (51.56% from 255 or 46.95% from 279); Green value is 6 (2.73% from 255 or 2.15% from 279); Blue value is 142 (55.86% from 255 or 50.90% from 279); Max value from RGB is 142 - color contains mainly: blue. Hex color #83068E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83068E is #7CF971. Grayscale: #3A3A3A. Windows color (decimal): -8190322 or 9307779. OLE color: 9307779.
HSL color Cylindrical-coordinate representation of color #83068E: hue angle of 295.15º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #83068E is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 131 | 6 | 142 | - |
| CMYK | 0.08 | 0.96 | 0 | 0.44 |
| HSL | 295.15º | 0.92% | 0.29% | - |
| HSV(B) | 295.15º | 0.96% | 0.56% | - |
| XYZ | 14.31 | 6.91 | 26.17 | - |
| YUV | 58.88 | 174.91 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 6 | 142 | 0.08 | 0.96 | 0 | 0.44 | 295.15 | 0.92 | 0.29 |
| Hex | 83 | 6 | 8E | 8 | 60 | 0 | 2C | 127 | 5C | 1D |
| Octal | 203 | 6 | 216 | 10 | 140 | 0 | 54 | 447 | 134 | 35 |
| Binary | 10000011 | 110 | 10001110 | 1000 | 1100000 | 0 | 101100 | 100100111 | 1011100 | 11101 |
Color Harmonies of #83068E
Complementary color
Monochromatic Colors of #83068E
Black with #83068E
Text Example
Text Example
White with #83068E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83068E; }
p { color: rgb(131,6,142); }
H1.HeaderClassName
{
color: #83068E;
}
.AnyTagClassName
{
color: #83068E;
}
</style>
background-color css
<style>
a { background-color: #83068E; }
a { background-color: rgb(131,6,142); }
div.DivClassName
{
background-color: #83068E;
}
.BgClassName
{
background-color: #83068E;
}
</style>
border-color css
<style>
span { border-color: #83068E; }
span { border-color: rgb(131,6,142); }
td.TdClassName
{
border-color: #83068E;
}
.TagClassName
{
border-color: #83068E;
}
</style>