Shades of Dark Purple #83286B
Tints of Dark Purple #83286B
RGB
CMYK
RGB Variations
Color information
#83286B (or 0x83286B) is known color: Dark Purple. HEX triplet: 83, 28 and 6B. RGB value is (131,40,107). Sum of RGB (Red+Green+Blue) = 131+40+107=278 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.12% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 107 (42.19% from 255 or 38.49% from 278); Max value from RGB is 131 - color contains mainly: red. Hex color #83286B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83286B is #7CD794. Grayscale: #4A4A4A. Windows color (decimal): -8181653 or 7022723. OLE color: 7022723.
HSL color Cylindrical-coordinate representation of color #83286B: hue angle of 315.82º 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 #83286B is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 40 | 107 | - |
| CMYK | 0 | 0.69 | 0.18 | 0.49 |
| HSL | 315.82º | 0.53% | 0.34% | - |
| HSV(B) | 315.82º | 0.69% | 0.51% | - |
| XYZ | 12.77 | 7.4 | 14.67 | - |
| YUV | 74.85 | 146.15 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 40 | 107 | 0 | 0.69 | 0.18 | 0.49 | 315.82 | 0.53 | 0.34 |
| Hex | 83 | 28 | 6B | 0 | 45 | 12 | 31 | 13C | 35 | 22 |
| Octal | 203 | 50 | 153 | 0 | 105 | 22 | 61 | 474 | 65 | 42 |
| Binary | 10000011 | 101000 | 1101011 | 0 | 1000101 | 10010 | 110001 | 100111100 | 110101 | 100010 |
Color Harmonies of #83286B
Complementary color
Monochromatic Colors of #83286B
Black with #83286B
Text Example
Text Example
White with #83286B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83286B; }
p { color: rgb(131,40,107); }
H1.HeaderClassName
{
color: #83286B;
}
.AnyTagClassName
{
color: #83286B;
}
</style>
background-color css
<style>
a { background-color: #83286B; }
a { background-color: rgb(131,40,107); }
div.DivClassName
{
background-color: #83286B;
}
.BgClassName
{
background-color: #83286B;
}
</style>
border-color css
<style>
span { border-color: #83286B; }
span { border-color: rgb(131,40,107); }
td.TdClassName
{
border-color: #83286B;
}
.TagClassName
{
border-color: #83286B;
}
</style>