Shades of Dark Purple #82336C
Tints of Dark Purple #82336C
RGB
CMYK
RGB Variations
Color information
#82336C (or 0x82336C) is known color: Dark Purple. HEX triplet: 82, 33 and 6C. RGB value is (130,51,108). Sum of RGB (Red+Green+Blue) = 130+51+108=289 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.98% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 130 - color contains mainly: red. Hex color #82336C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82336C is #7DCC93. Grayscale: #505050. Windows color (decimal): -8244372 or 7091074. OLE color: 7091074.
HSL color Cylindrical-coordinate representation of color #82336C: hue angle of 316.71º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #82336C is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 51 | 108 | - |
| CMYK | 0 | 0.61 | 0.17 | 0.49 |
| HSL | 316.71º | 0.44% | 0.35% | - |
| HSV(B) | 316.71º | 0.61% | 0.51% | - |
| XYZ | 13.1 | 8.2 | 15.08 | - |
| YUV | 81.12 | 143.17 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 51 | 108 | 0 | 0.61 | 0.17 | 0.49 | 316.71 | 0.44 | 0.35 |
| Hex | 82 | 33 | 6C | 0 | 3D | 11 | 31 | 13D | 2C | 23 |
| Octal | 202 | 63 | 154 | 0 | 75 | 21 | 61 | 475 | 54 | 43 |
| Binary | 10000010 | 110011 | 1101100 | 0 | 111101 | 10001 | 110001 | 100111101 | 101100 | 100011 |
Color Harmonies of #82336C
Complementary color
Monochromatic Colors of #82336C
Black with #82336C
Text Example
Text Example
White with #82336C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82336C; }
p { color: rgb(130,51,108); }
H1.HeaderClassName
{
color: #82336C;
}
.AnyTagClassName
{
color: #82336C;
}
</style>
background-color css
<style>
a { background-color: #82336C; }
a { background-color: rgb(130,51,108); }
div.DivClassName
{
background-color: #82336C;
}
.BgClassName
{
background-color: #82336C;
}
</style>
border-color css
<style>
span { border-color: #82336C; }
span { border-color: rgb(130,51,108); }
td.TdClassName
{
border-color: #82336C;
}
.TagClassName
{
border-color: #82336C;
}
</style>