Shades of Dark Purple #823C6F
Tints of Dark Purple #823C6F
RGB
CMYK
RGB Variations
Color information
#823C6F (or 0x823C6F) is known color: Dark Purple. HEX triplet: 82, 3C and 6F. RGB value is (130,60,111). Sum of RGB (Red+Green+Blue) = 130+60+111=301 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.19% from 301); Green value is 60 (23.83% from 255 or 19.93% from 301); Blue value is 111 (43.75% from 255 or 36.88% from 301); Max value from RGB is 130 - color contains mainly: red. Hex color #823C6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823C6F is #7DC390. Grayscale: #565656. Windows color (decimal): -8242065 or 7289986. OLE color: 7289986.
HSL color Cylindrical-coordinate representation of color #823C6F: hue angle of 316.29º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #823C6F is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 60 | 111 | - |
| CMYK | 0 | 0.54 | 0.15 | 0.49 |
| HSL | 316.29º | 0.37% | 0.37% | - |
| HSV(B) | 316.29º | 0.54% | 0.51% | - |
| XYZ | 13.69 | 9.13 | 16.08 | - |
| YUV | 86.74 | 141.69 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 60 | 111 | 0 | 0.54 | 0.15 | 0.49 | 316.29 | 0.37 | 0.37 |
| Hex | 82 | 3C | 6F | 0 | 36 | F | 31 | 13C | 25 | 25 |
| Octal | 202 | 74 | 157 | 0 | 66 | 17 | 61 | 474 | 45 | 45 |
| Binary | 10000010 | 111100 | 1101111 | 0 | 110110 | 1111 | 110001 | 100111100 | 100101 | 100101 |
Color Harmonies of #823C6F
Complementary color
Monochromatic Colors of #823C6F
Black with #823C6F
Text Example
Text Example
White with #823C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823C6F; }
p { color: rgb(130,60,111); }
H1.HeaderClassName
{
color: #823C6F;
}
.AnyTagClassName
{
color: #823C6F;
}
</style>
background-color css
<style>
a { background-color: #823C6F; }
a { background-color: rgb(130,60,111); }
div.DivClassName
{
background-color: #823C6F;
}
.BgClassName
{
background-color: #823C6F;
}
</style>
border-color css
<style>
span { border-color: #823C6F; }
span { border-color: rgb(130,60,111); }
td.TdClassName
{
border-color: #823C6F;
}
.TagClassName
{
border-color: #823C6F;
}
</style>