Shades of Dark Purple #832169
Tints of Dark Purple #832169
RGB
CMYK
RGB Variations
Color information
#832169 (or 0x832169) is known color: Dark Purple. HEX triplet: 83, 21 and 69. RGB value is (131,33,105). Sum of RGB (Red+Green+Blue) = 131+33+105=269 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.70% from 269); Green value is 33 (13.28% from 255 or 12.27% from 269); Blue value is 105 (41.41% from 255 or 39.03% from 269); Max value from RGB is 131 - color contains mainly: red. Hex color #832169 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832169 is #7CDE96. Grayscale: #464646. Windows color (decimal): -8183447 or 6889859. OLE color: 6889859.
HSL color Cylindrical-coordinate representation of color #832169: hue angle of 315.92º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #832169 is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 33 | 105 | - |
| CMYK | 0 | 0.75 | 0.20 | 0.49 |
| HSL | 315.92º | 0.6% | 0.32% | - |
| HSV(B) | 315.92º | 0.75% | 0.51% | - |
| XYZ | 12.45 | 6.93 | 14.05 | - |
| YUV | 70.51 | 147.47 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 33 | 105 | 0 | 0.75 | 0.20 | 0.49 | 315.92 | 0.6 | 0.32 |
| Hex | 83 | 21 | 69 | 0 | 4B | 14 | 31 | 13C | 3C | 20 |
| Octal | 203 | 41 | 151 | 0 | 113 | 24 | 61 | 474 | 74 | 40 |
| Binary | 10000011 | 100001 | 1101001 | 0 | 1001011 | 10100 | 110001 | 100111100 | 111100 | 100000 |
Color Harmonies of #832169
Complementary color
Monochromatic Colors of #832169
Black with #832169
Text Example
Text Example
White with #832169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832169; }
p { color: rgb(131,33,105); }
H1.HeaderClassName
{
color: #832169;
}
.AnyTagClassName
{
color: #832169;
}
</style>
background-color css
<style>
a { background-color: #832169; }
a { background-color: rgb(131,33,105); }
div.DivClassName
{
background-color: #832169;
}
.BgClassName
{
background-color: #832169;
}
</style>
border-color css
<style>
span { border-color: #832169; }
span { border-color: rgb(131,33,105); }
td.TdClassName
{
border-color: #832169;
}
.TagClassName
{
border-color: #832169;
}
</style>