Shades of Dark Magenta #83038B
Tints of Dark Magenta #83038B
RGB
CMYK
RGB Variations
Color information
#83038B (or 0x83038B) is known color: Dark Magenta. HEX triplet: 83, 03 and 8B. RGB value is (131,3,139). Sum of RGB (Red+Green+Blue) = 131+3+139=273 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.99% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 139 (54.69% from 255 or 50.92% from 273); Max value from RGB is 139 - color contains mainly: blue. Hex color #83038B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83038B is #7CFC74. Grayscale: #383838. Windows color (decimal): -8191093 or 9110403. OLE color: 9110403.
HSL color Cylindrical-coordinate representation of color #83038B: hue angle of 296.47º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #83038B is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 3 | 139 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.45 |
| HSL | 296.47º | 0.96% | 0.28% | - |
| HSV(B) | 296.47º | 0.98% | 0.55% | - |
| XYZ | 14.05 | 6.75 | 24.99 | - |
| YUV | 56.78 | 174.41 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 3 | 139 | 0.06 | 0.98 | 0 | 0.45 | 296.47 | 0.96 | 0.28 |
| Hex | 83 | 3 | 8B | 6 | 62 | 0 | 2D | 128 | 60 | 1C |
| Octal | 203 | 3 | 213 | 6 | 142 | 0 | 55 | 450 | 140 | 34 |
| Binary | 10000011 | 11 | 10001011 | 110 | 1100010 | 0 | 101101 | 100101000 | 1100000 | 11100 |
Color Harmonies of #83038B
Complementary color
Monochromatic Colors of #83038B
Black with #83038B
Text Example
Text Example
White with #83038B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83038B; }
p { color: rgb(131,3,139); }
H1.HeaderClassName
{
color: #83038B;
}
.AnyTagClassName
{
color: #83038B;
}
</style>
background-color css
<style>
a { background-color: #83038B; }
a { background-color: rgb(131,3,139); }
div.DivClassName
{
background-color: #83038B;
}
.BgClassName
{
background-color: #83038B;
}
</style>
border-color css
<style>
span { border-color: #83038B; }
span { border-color: rgb(131,3,139); }
td.TdClassName
{
border-color: #83038B;
}
.TagClassName
{
border-color: #83038B;
}
</style>