Shades of Dark Purple #83287B
Tints of Dark Purple #83287B
RGB
CMYK
RGB Variations
Color information
#83287B (or 0x83287B) is known color: Dark Purple. HEX triplet: 83, 28 and 7B. RGB value is (131,40,123). Sum of RGB (Red+Green+Blue) = 131+40+123=294 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.56% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 123 (48.44% from 255 or 41.84% from 294); Max value from RGB is 131 - color contains mainly: red. Hex color #83287B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83287B is #7CD784. Grayscale: #4C4C4C. Windows color (decimal): -8181637 or 8071299. OLE color: 8071299.
HSL color Cylindrical-coordinate representation of color #83287B: hue angle of 305.27º 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 #83287B is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 40 | 123 | - |
| CMYK | 0 | 0.69 | 0.06 | 0.49 |
| HSL | 305.27º | 0.53% | 0.34% | - |
| HSV(B) | 305.27º | 0.69% | 0.51% | - |
| XYZ | 13.69 | 7.77 | 19.52 | - |
| YUV | 76.67 | 154.15 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 40 | 123 | 0 | 0.69 | 0.06 | 0.49 | 305.27 | 0.53 | 0.34 |
| Hex | 83 | 28 | 7B | 0 | 45 | 6 | 31 | 131 | 35 | 22 |
| Octal | 203 | 50 | 173 | 0 | 105 | 6 | 61 | 461 | 65 | 42 |
| Binary | 10000011 | 101000 | 1111011 | 0 | 1000101 | 110 | 110001 | 100110001 | 110101 | 100010 |
Color Harmonies of #83287B
Complementary color
Monochromatic Colors of #83287B
Black with #83287B
Text Example
Text Example
White with #83287B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83287B; }
p { color: rgb(131,40,123); }
H1.HeaderClassName
{
color: #83287B;
}
.AnyTagClassName
{
color: #83287B;
}
</style>
background-color css
<style>
a { background-color: #83287B; }
a { background-color: rgb(131,40,123); }
div.DivClassName
{
background-color: #83287B;
}
.BgClassName
{
background-color: #83287B;
}
</style>
border-color css
<style>
span { border-color: #83287B; }
span { border-color: rgb(131,40,123); }
td.TdClassName
{
border-color: #83287B;
}
.TagClassName
{
border-color: #83287B;
}
</style>