Shades of Dark Purple #823876
Tints of Dark Purple #823876
RGB
CMYK
RGB Variations
Color information
#823876 (or 0x823876) is known color: Dark Purple. HEX triplet: 82, 38 and 76. RGB value is (130,56,118). Sum of RGB (Red+Green+Blue) = 130+56+118=304 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.76% from 304); Green value is 56 (22.27% from 255 or 18.42% from 304); Blue value is 118 (46.48% from 255 or 38.82% from 304); Max value from RGB is 130 - color contains mainly: red. Hex color #823876 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823876 is #7DC789. Grayscale: #555555. Windows color (decimal): -8243082 or 7747714. OLE color: 7747714.
HSL color Cylindrical-coordinate representation of color #823876: hue angle of 309.73º 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 #823876 is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 56 | 118 | - |
| CMYK | 0 | 0.57 | 0.09 | 0.49 |
| HSL | 309.73º | 0.4% | 0.36% | - |
| HSV(B) | 309.73º | 0.57% | 0.51% | - |
| XYZ | 13.89 | 8.88 | 18.12 | - |
| YUV | 85.19 | 146.52 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 56 | 118 | 0 | 0.57 | 0.09 | 0.49 | 309.73 | 0.4 | 0.36 |
| Hex | 82 | 38 | 76 | 0 | 39 | 9 | 31 | 136 | 28 | 24 |
| Octal | 202 | 70 | 166 | 0 | 71 | 11 | 61 | 466 | 50 | 44 |
| Binary | 10000010 | 111000 | 1110110 | 0 | 111001 | 1001 | 110001 | 100110110 | 101000 | 100100 |
Color Harmonies of #823876
Complementary color
Monochromatic Colors of #823876
Black with #823876
Text Example
Text Example
White with #823876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823876; }
p { color: rgb(130,56,118); }
H1.HeaderClassName
{
color: #823876;
}
.AnyTagClassName
{
color: #823876;
}
</style>
background-color css
<style>
a { background-color: #823876; }
a { background-color: rgb(130,56,118); }
div.DivClassName
{
background-color: #823876;
}
.BgClassName
{
background-color: #823876;
}
</style>
border-color css
<style>
span { border-color: #823876; }
span { border-color: rgb(130,56,118); }
td.TdClassName
{
border-color: #823876;
}
.TagClassName
{
border-color: #823876;
}
</style>