Shades of Dark Purple #823176
Tints of Dark Purple #823176
RGB
CMYK
RGB Variations
Color information
#823176 (or 0x823176) is known color: Dark Purple. HEX triplet: 82, 31 and 76. RGB value is (130,49,118). Sum of RGB (Red+Green+Blue) = 130+49+118=297 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.77% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 118 (46.48% from 255 or 39.73% from 297); Max value from RGB is 130 - color contains mainly: red. Hex color #823176 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823176 is #7DCE89. Grayscale: #505050. Windows color (decimal): -8244874 or 7745922. OLE color: 7745922.
HSL color Cylindrical-coordinate representation of color #823176: hue angle of 308.89º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #823176 is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 49 | 118 | - |
| CMYK | 0 | 0.62 | 0.09 | 0.49 |
| HSL | 308.89º | 0.45% | 0.35% | - |
| HSV(B) | 308.89º | 0.62% | 0.51% | - |
| XYZ | 13.57 | 8.25 | 18.02 | - |
| YUV | 81.09 | 148.84 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 49 | 118 | 0 | 0.62 | 0.09 | 0.49 | 308.89 | 0.45 | 0.35 |
| Hex | 82 | 31 | 76 | 0 | 3E | 9 | 31 | 135 | 2D | 23 |
| Octal | 202 | 61 | 166 | 0 | 76 | 11 | 61 | 465 | 55 | 43 |
| Binary | 10000010 | 110001 | 1110110 | 0 | 111110 | 1001 | 110001 | 100110101 | 101101 | 100011 |
Color Harmonies of #823176
Complementary color
Monochromatic Colors of #823176
Black with #823176
Text Example
Text Example
White with #823176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823176; }
p { color: rgb(130,49,118); }
H1.HeaderClassName
{
color: #823176;
}
.AnyTagClassName
{
color: #823176;
}
</style>
background-color css
<style>
a { background-color: #823176; }
a { background-color: rgb(130,49,118); }
div.DivClassName
{
background-color: #823176;
}
.BgClassName
{
background-color: #823176;
}
</style>
border-color css
<style>
span { border-color: #823176; }
span { border-color: rgb(130,49,118); }
td.TdClassName
{
border-color: #823176;
}
.TagClassName
{
border-color: #823176;
}
</style>