Shades of Dark Purple #832286
Tints of Dark Purple #832286
RGB
CMYK
RGB Variations
Color information
#832286 (or 0x832286) is known color: Dark Purple. HEX triplet: 83, 22 and 86. RGB value is (131,34,134). Sum of RGB (Red+Green+Blue) = 131+34+134=299 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.81% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 134 (52.73% from 255 or 44.82% from 299); Max value from RGB is 134 - color contains mainly: blue. Hex color #832286 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832286 is #7CDD79. Grayscale: #4A4A4A. Windows color (decimal): -8183162 or 8790659. OLE color: 8790659.
HSL color Cylindrical-coordinate representation of color #832286: hue angle of 298.2º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #832286 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 34 | 134 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.47 |
| HSL | 298.2º | 0.6% | 0.33% | - |
| HSV(B) | 298.2º | 0.75% | 0.53% | - |
| XYZ | 14.24 | 7.69 | 23.29 | - |
| YUV | 74.4 | 161.64 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 34 | 134 | 0.02 | 0.75 | 0 | 0.47 | 298.2 | 0.6 | 0.33 |
| Hex | 83 | 22 | 86 | 2 | 4B | 0 | 2F | 12A | 3C | 21 |
| Octal | 203 | 42 | 206 | 2 | 113 | 0 | 57 | 452 | 74 | 41 |
| Binary | 10000011 | 100010 | 10000110 | 10 | 1001011 | 0 | 101111 | 100101010 | 111100 | 100001 |
Color Harmonies of #832286
Complementary color
Monochromatic Colors of #832286
Black with #832286
Text Example
Text Example
White with #832286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832286; }
p { color: rgb(131,34,134); }
H1.HeaderClassName
{
color: #832286;
}
.AnyTagClassName
{
color: #832286;
}
</style>
background-color css
<style>
a { background-color: #832286; }
a { background-color: rgb(131,34,134); }
div.DivClassName
{
background-color: #832286;
}
.BgClassName
{
background-color: #832286;
}
</style>
border-color css
<style>
span { border-color: #832286; }
span { border-color: rgb(131,34,134); }
td.TdClassName
{
border-color: #832286;
}
.TagClassName
{
border-color: #832286;
}
</style>