Shades of Dark Purple #832087
Tints of Dark Purple #832087
RGB
CMYK
RGB Variations
Color information
#832087 (or 0x832087) is known color: Dark Purple. HEX triplet: 83, 20 and 87. RGB value is (131,32,135). Sum of RGB (Red+Green+Blue) = 131+32+135=298 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.96% from 298); Green value is 32 (12.89% from 255 or 10.74% from 298); Blue value is 135 (53.12% from 255 or 45.30% from 298); Max value from RGB is 135 - color contains mainly: blue. Hex color #832087 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832087 is #7CDF78. Grayscale: #494949. Windows color (decimal): -8183673 or 8855683. OLE color: 8855683.
HSL color Cylindrical-coordinate representation of color #832087: hue angle of 297.67º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #832087 is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 32 | 135 | - |
| CMYK | 0.03 | 0.76 | 0 | 0.47 |
| HSL | 297.67º | 0.62% | 0.33% | - |
| HSV(B) | 297.67º | 0.76% | 0.53% | - |
| XYZ | 14.25 | 7.61 | 23.64 | - |
| YUV | 73.34 | 162.8 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 32 | 135 | 0.03 | 0.76 | 0 | 0.47 | 297.67 | 0.62 | 0.33 |
| Hex | 83 | 20 | 87 | 3 | 4C | 0 | 2F | 12A | 3E | 21 |
| Octal | 203 | 40 | 207 | 3 | 114 | 0 | 57 | 452 | 76 | 41 |
| Binary | 10000011 | 100000 | 10000111 | 11 | 1001100 | 0 | 101111 | 100101010 | 111110 | 100001 |
Color Harmonies of #832087
Complementary color
Monochromatic Colors of #832087
Black with #832087
Text Example
Text Example
White with #832087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832087; }
p { color: rgb(131,32,135); }
H1.HeaderClassName
{
color: #832087;
}
.AnyTagClassName
{
color: #832087;
}
</style>
background-color css
<style>
a { background-color: #832087; }
a { background-color: rgb(131,32,135); }
div.DivClassName
{
background-color: #832087;
}
.BgClassName
{
background-color: #832087;
}
</style>
border-color css
<style>
span { border-color: #832087; }
span { border-color: rgb(131,32,135); }
td.TdClassName
{
border-color: #832087;
}
.TagClassName
{
border-color: #832087;
}
</style>