Shades of Dark Purple #83287A
Tints of Dark Purple #83287A
RGB
CMYK
RGB Variations
Color information
#83287A (or 0x83287A) is known color: Dark Purple. HEX triplet: 83, 28 and 7A. RGB value is (131,40,122). Sum of RGB (Red+Green+Blue) = 131+40+122=293 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.71% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 122 (48.05% from 255 or 41.64% from 293); Max value from RGB is 131 - color contains mainly: red. Hex color #83287A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83287A is #7CD785. Grayscale: #4C4C4C. Windows color (decimal): -8181638 or 8005763. OLE color: 8005763.
HSL color Cylindrical-coordinate representation of color #83287A: hue angle of 305.93º 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 #83287A is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 40 | 122 | - |
| CMYK | 0 | 0.69 | 0.07 | 0.49 |
| HSL | 305.93º | 0.53% | 0.34% | - |
| HSV(B) | 305.93º | 0.69% | 0.51% | - |
| XYZ | 13.63 | 7.75 | 19.19 | - |
| YUV | 76.56 | 153.65 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 40 | 122 | 0 | 0.69 | 0.07 | 0.49 | 305.93 | 0.53 | 0.34 |
| Hex | 83 | 28 | 7A | 0 | 45 | 7 | 31 | 132 | 35 | 22 |
| Octal | 203 | 50 | 172 | 0 | 105 | 7 | 61 | 462 | 65 | 42 |
| Binary | 10000011 | 101000 | 1111010 | 0 | 1000101 | 111 | 110001 | 100110010 | 110101 | 100010 |
Color Harmonies of #83287A
Complementary color
Monochromatic Colors of #83287A
Black with #83287A
Text Example
Text Example
White with #83287A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83287A; }
p { color: rgb(131,40,122); }
H1.HeaderClassName
{
color: #83287A;
}
.AnyTagClassName
{
color: #83287A;
}
</style>
background-color css
<style>
a { background-color: #83287A; }
a { background-color: rgb(131,40,122); }
div.DivClassName
{
background-color: #83287A;
}
.BgClassName
{
background-color: #83287A;
}
</style>
border-color css
<style>
span { border-color: #83287A; }
span { border-color: rgb(131,40,122); }
td.TdClassName
{
border-color: #83287A;
}
.TagClassName
{
border-color: #83287A;
}
</style>