Shades of Dark Purple #83286E
Tints of Dark Purple #83286E
RGB
CMYK
RGB Variations
Color information
#83286E (or 0x83286E) is known color: Dark Purple. HEX triplet: 83, 28 and 6E. RGB value is (131,40,110). Sum of RGB (Red+Green+Blue) = 131+40+110=281 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.62% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 110 (43.36% from 255 or 39.15% from 281); Max value from RGB is 131 - color contains mainly: red. Hex color #83286E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83286E is #7CD791. Grayscale: #4A4A4A. Windows color (decimal): -8181650 or 7219331. OLE color: 7219331.
HSL color Cylindrical-coordinate representation of color #83286E: hue angle of 313.85º 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 #83286E is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 40 | 110 | - |
| CMYK | 0 | 0.69 | 0.16 | 0.49 |
| HSL | 313.85º | 0.53% | 0.34% | - |
| HSV(B) | 313.85º | 0.69% | 0.51% | - |
| XYZ | 12.93 | 7.47 | 15.51 | - |
| YUV | 75.19 | 147.65 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 40 | 110 | 0 | 0.69 | 0.16 | 0.49 | 313.85 | 0.53 | 0.34 |
| Hex | 83 | 28 | 6E | 0 | 45 | 10 | 31 | 13A | 35 | 22 |
| Octal | 203 | 50 | 156 | 0 | 105 | 20 | 61 | 472 | 65 | 42 |
| Binary | 10000011 | 101000 | 1101110 | 0 | 1000101 | 10000 | 110001 | 100111010 | 110101 | 100010 |
Color Harmonies of #83286E
Complementary color
Monochromatic Colors of #83286E
Black with #83286E
Text Example
Text Example
White with #83286E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83286E; }
p { color: rgb(131,40,110); }
H1.HeaderClassName
{
color: #83286E;
}
.AnyTagClassName
{
color: #83286E;
}
</style>
background-color css
<style>
a { background-color: #83286E; }
a { background-color: rgb(131,40,110); }
div.DivClassName
{
background-color: #83286E;
}
.BgClassName
{
background-color: #83286E;
}
</style>
border-color css
<style>
span { border-color: #83286E; }
span { border-color: rgb(131,40,110); }
td.TdClassName
{
border-color: #83286E;
}
.TagClassName
{
border-color: #83286E;
}
</style>