Shades of Dark Purple #82386B
Tints of Dark Purple #82386B
RGB
CMYK
RGB Variations
Color information
#82386B (or 0x82386B) is known color: Dark Purple. HEX triplet: 82, 38 and 6B. RGB value is (130,56,107). Sum of RGB (Red+Green+Blue) = 130+56+107=293 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.37% from 293); Green value is 56 (22.27% from 255 or 19.11% from 293); Blue value is 107 (42.19% from 255 or 36.52% from 293); Max value from RGB is 130 - color contains mainly: red. Hex color #82386B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82386B is #7DC794. Grayscale: #535353. Windows color (decimal): -8243093 or 7026818. OLE color: 7026818.
HSL color Cylindrical-coordinate representation of color #82386B: hue angle of 318.65º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #82386B is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 56 | 107 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.49 |
| HSL | 318.65º | 0.4% | 0.36% | - |
| HSV(B) | 318.65º | 0.57% | 0.51% | - |
| XYZ | 13.27 | 8.64 | 14.88 | - |
| YUV | 83.94 | 141.02 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 56 | 107 | 0 | 0.57 | 0.18 | 0.49 | 318.65 | 0.4 | 0.36 |
| Hex | 82 | 38 | 6B | 0 | 39 | 12 | 31 | 13F | 28 | 24 |
| Octal | 202 | 70 | 153 | 0 | 71 | 22 | 61 | 477 | 50 | 44 |
| Binary | 10000010 | 111000 | 1101011 | 0 | 111001 | 10010 | 110001 | 100111111 | 101000 | 100100 |
Color Harmonies of #82386B
Complementary color
Monochromatic Colors of #82386B
Black with #82386B
Text Example
Text Example
White with #82386B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82386B; }
p { color: rgb(130,56,107); }
H1.HeaderClassName
{
color: #82386B;
}
.AnyTagClassName
{
color: #82386B;
}
</style>
background-color css
<style>
a { background-color: #82386B; }
a { background-color: rgb(130,56,107); }
div.DivClassName
{
background-color: #82386B;
}
.BgClassName
{
background-color: #82386B;
}
</style>
border-color css
<style>
span { border-color: #82386B; }
span { border-color: rgb(130,56,107); }
td.TdClassName
{
border-color: #82386B;
}
.TagClassName
{
border-color: #82386B;
}
</style>