Shades of Dark Magenta #83088C
Tints of Dark Magenta #83088C
RGB
CMYK
RGB Variations
Color information
#83088C (or 0x83088C) is known color: Dark Magenta. HEX triplet: 83, 08 and 8C. RGB value is (131,8,140). Sum of RGB (Red+Green+Blue) = 131+8+140=279 (36% of max value = 765). Red value is 131 (51.56% from 255 or 46.95% from 279); Green value is 8 (3.52% from 255 or 2.87% from 279); Blue value is 140 (55.08% from 255 or 50.18% from 279); Max value from RGB is 140 - color contains mainly: blue. Hex color #83088C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83088C is #7CF773. Grayscale: #3B3B3B. Windows color (decimal): -8189812 or 9177219. OLE color: 9177219.
HSL color Cylindrical-coordinate representation of color #83088C: hue angle of 295.91º 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 #83088C is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 8 | 140 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.45 |
| HSL | 295.91º | 0.89% | 0.29% | - |
| HSV(B) | 295.91º | 0.94% | 0.55% | - |
| XYZ | 14.18 | 6.89 | 25.39 | - |
| YUV | 59.83 | 173.25 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 8 | 140 | 0.06 | 0.94 | 0 | 0.45 | 295.91 | 0.89 | 0.29 |
| Hex | 83 | 8 | 8C | 6 | 5E | 0 | 2D | 128 | 59 | 1D |
| Octal | 203 | 10 | 214 | 6 | 136 | 0 | 55 | 450 | 131 | 35 |
| Binary | 10000011 | 1000 | 10001100 | 110 | 1011110 | 0 | 101101 | 100101000 | 1011001 | 11101 |
Color Harmonies of #83088C
Complementary color
Monochromatic Colors of #83088C
Black with #83088C
Text Example
Text Example
White with #83088C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83088C; }
p { color: rgb(131,8,140); }
H1.HeaderClassName
{
color: #83088C;
}
.AnyTagClassName
{
color: #83088C;
}
</style>
background-color css
<style>
a { background-color: #83088C; }
a { background-color: rgb(131,8,140); }
div.DivClassName
{
background-color: #83088C;
}
.BgClassName
{
background-color: #83088C;
}
</style>
border-color css
<style>
span { border-color: #83088C; }
span { border-color: rgb(131,8,140); }
td.TdClassName
{
border-color: #83088C;
}
.TagClassName
{
border-color: #83088C;
}
</style>