Shades of Dark Purple #83337D
Tints of Dark Purple #83337D
RGB
CMYK
RGB Variations
Color information
#83337D (or 0x83337D) is known color: Dark Purple. HEX triplet: 83, 33 and 7D. RGB value is (131,51,125). Sum of RGB (Red+Green+Blue) = 131+51+125=307 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.67% from 307); Green value is 51 (20.31% from 255 or 16.61% from 307); Blue value is 125 (49.22% from 255 or 40.72% from 307); Max value from RGB is 131 - color contains mainly: red. Hex color #83337D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83337D is #7CCC82. Grayscale: #535353. Windows color (decimal): -8178819 or 8205187. OLE color: 8205187.
HSL color Cylindrical-coordinate representation of color #83337D: hue angle of 304.5º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #83337D is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 51 | 125 | - |
| CMYK | 0 | 0.61 | 0.05 | 0.49 |
| HSL | 304.5º | 0.44% | 0.36% | - |
| HSV(B) | 304.5º | 0.61% | 0.51% | - |
| XYZ | 14.25 | 8.67 | 20.33 | - |
| YUV | 83.36 | 151.5 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 51 | 125 | 0 | 0.61 | 0.05 | 0.49 | 304.5 | 0.44 | 0.36 |
| Hex | 83 | 33 | 7D | 0 | 3D | 5 | 31 | 130 | 2C | 24 |
| Octal | 203 | 63 | 175 | 0 | 75 | 5 | 61 | 460 | 54 | 44 |
| Binary | 10000011 | 110011 | 1111101 | 0 | 111101 | 101 | 110001 | 100110000 | 101100 | 100100 |
Color Harmonies of #83337D
Complementary color
Monochromatic Colors of #83337D
Black with #83337D
Text Example
Text Example
White with #83337D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83337D; }
p { color: rgb(131,51,125); }
H1.HeaderClassName
{
color: #83337D;
}
.AnyTagClassName
{
color: #83337D;
}
</style>
background-color css
<style>
a { background-color: #83337D; }
a { background-color: rgb(131,51,125); }
div.DivClassName
{
background-color: #83337D;
}
.BgClassName
{
background-color: #83337D;
}
</style>
border-color css
<style>
span { border-color: #83337D; }
span { border-color: rgb(131,51,125); }
td.TdClassName
{
border-color: #83337D;
}
.TagClassName
{
border-color: #83337D;
}
</style>