Shades of Dark Purple #823D6F
Tints of Dark Purple #823D6F
RGB
CMYK
RGB Variations
Color information
#823D6F (or 0x823D6F) is known color: Dark Purple. HEX triplet: 82, 3D and 6F. RGB value is (130,61,111). Sum of RGB (Red+Green+Blue) = 130+61+111=302 (40% of max value = 765). Red value is 130 (51.17% from 255 or 43.05% from 302); Green value is 61 (24.22% from 255 or 20.20% from 302); Blue value is 111 (43.75% from 255 or 36.75% from 302); Max value from RGB is 130 - color contains mainly: red. Hex color #823D6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823D6F is #7DC290. Grayscale: #575757. Windows color (decimal): -8241809 or 7290242. OLE color: 7290242.
HSL color Cylindrical-coordinate representation of color #823D6F: hue angle of 316.52º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #823D6F is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 61 | 111 | - |
| CMYK | 0 | 0.53 | 0.15 | 0.49 |
| HSL | 316.52º | 0.36% | 0.37% | - |
| HSV(B) | 316.52º | 0.53% | 0.51% | - |
| XYZ | 13.74 | 9.23 | 16.1 | - |
| YUV | 87.33 | 141.36 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 61 | 111 | 0 | 0.53 | 0.15 | 0.49 | 316.52 | 0.36 | 0.37 |
| Hex | 82 | 3D | 6F | 0 | 35 | F | 31 | 13D | 24 | 25 |
| Octal | 202 | 75 | 157 | 0 | 65 | 17 | 61 | 475 | 44 | 45 |
| Binary | 10000010 | 111101 | 1101111 | 0 | 110101 | 1111 | 110001 | 100111101 | 100100 | 100101 |
Color Harmonies of #823D6F
Complementary color
Monochromatic Colors of #823D6F
Black with #823D6F
Text Example
Text Example
White with #823D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823D6F; }
p { color: rgb(130,61,111); }
H1.HeaderClassName
{
color: #823D6F;
}
.AnyTagClassName
{
color: #823D6F;
}
</style>
background-color css
<style>
a { background-color: #823D6F; }
a { background-color: rgb(130,61,111); }
div.DivClassName
{
background-color: #823D6F;
}
.BgClassName
{
background-color: #823D6F;
}
</style>
border-color css
<style>
span { border-color: #823D6F; }
span { border-color: rgb(130,61,111); }
td.TdClassName
{
border-color: #823D6F;
}
.TagClassName
{
border-color: #823D6F;
}
</style>