Shades of Dark Purple #82396C
Tints of Dark Purple #82396C
RGB
CMYK
RGB Variations
Color information
#82396C (or 0x82396C) is known color: Dark Purple. HEX triplet: 82, 39 and 6C. RGB value is (130,57,108). Sum of RGB (Red+Green+Blue) = 130+57+108=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 57 (22.66% from 255 or 19.32% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 130 - color contains mainly: red. Hex color #82396C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82396C is #7DC693. Grayscale: #545454. Windows color (decimal): -8242836 or 7092610. OLE color: 7092610.
HSL color Cylindrical-coordinate representation of color #82396C: hue angle of 318.08º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #82396C is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 57 | 108 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.49 |
| HSL | 318.08º | 0.39% | 0.37% | - |
| HSV(B) | 318.08º | 0.56% | 0.51% | - |
| XYZ | 13.38 | 8.75 | 15.17 | - |
| YUV | 84.64 | 141.18 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 57 | 108 | 0 | 0.56 | 0.17 | 0.49 | 318.08 | 0.39 | 0.37 |
| Hex | 82 | 39 | 6C | 0 | 38 | 11 | 31 | 13E | 27 | 25 |
| Octal | 202 | 71 | 154 | 0 | 70 | 21 | 61 | 476 | 47 | 45 |
| Binary | 10000010 | 111001 | 1101100 | 0 | 111000 | 10001 | 110001 | 100111110 | 100111 | 100101 |
Color Harmonies of #82396C
Complementary color
Monochromatic Colors of #82396C
Black with #82396C
Text Example
Text Example
White with #82396C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82396C; }
p { color: rgb(130,57,108); }
H1.HeaderClassName
{
color: #82396C;
}
.AnyTagClassName
{
color: #82396C;
}
</style>
background-color css
<style>
a { background-color: #82396C; }
a { background-color: rgb(130,57,108); }
div.DivClassName
{
background-color: #82396C;
}
.BgClassName
{
background-color: #82396C;
}
</style>
border-color css
<style>
span { border-color: #82396C; }
span { border-color: rgb(130,57,108); }
td.TdClassName
{
border-color: #82396C;
}
.TagClassName
{
border-color: #82396C;
}
</style>