Shades of Dark Purple #83287C
Tints of Dark Purple #83287C
RGB
CMYK
RGB Variations
Color information
#83287C (or 0x83287C) is known color: Dark Purple. HEX triplet: 83, 28 and 7C. RGB value is (131,40,124). Sum of RGB (Red+Green+Blue) = 131+40+124=295 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.41% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 124 (48.83% from 255 or 42.03% from 295); Max value from RGB is 131 - color contains mainly: red. Hex color #83287C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83287C is #7CD783. Grayscale: #4C4C4C. Windows color (decimal): -8181636 or 8136835. OLE color: 8136835.
HSL color Cylindrical-coordinate representation of color #83287C: hue angle of 304.62º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #83287C is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 40 | 124 | - |
| CMYK | 0 | 0.69 | 0.05 | 0.49 |
| HSL | 304.62º | 0.53% | 0.34% | - |
| HSV(B) | 304.62º | 0.69% | 0.51% | - |
| XYZ | 13.76 | 7.8 | 19.85 | - |
| YUV | 76.79 | 154.65 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 40 | 124 | 0 | 0.69 | 0.05 | 0.49 | 304.62 | 0.53 | 0.34 |
| Hex | 83 | 28 | 7C | 0 | 45 | 5 | 31 | 131 | 35 | 22 |
| Octal | 203 | 50 | 174 | 0 | 105 | 5 | 61 | 461 | 65 | 42 |
| Binary | 10000011 | 101000 | 1111100 | 0 | 1000101 | 101 | 110001 | 100110001 | 110101 | 100010 |
Color Harmonies of #83287C
Complementary color
Monochromatic Colors of #83287C
Black with #83287C
Text Example
Text Example
White with #83287C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83287C; }
p { color: rgb(131,40,124); }
H1.HeaderClassName
{
color: #83287C;
}
.AnyTagClassName
{
color: #83287C;
}
</style>
background-color css
<style>
a { background-color: #83287C; }
a { background-color: rgb(131,40,124); }
div.DivClassName
{
background-color: #83287C;
}
.BgClassName
{
background-color: #83287C;
}
</style>
border-color css
<style>
span { border-color: #83287C; }
span { border-color: rgb(131,40,124); }
td.TdClassName
{
border-color: #83287C;
}
.TagClassName
{
border-color: #83287C;
}
</style>