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