Shades of Vivid Violet #832E87
Tints of Vivid Violet #832E87
RGB
CMYK
RGB Variations
Color information
#832E87 (or 0x832E87) is known color: Vivid Violet. HEX triplet: 83, 2E and 87. RGB value is (131,46,135). Sum of RGB (Red+Green+Blue) = 131+46+135=312 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.99% from 312); Green value is 46 (18.36% from 255 or 14.74% from 312); Blue value is 135 (53.12% from 255 or 43.27% from 312); Max value from RGB is 135 - color contains mainly: blue. Hex color #832E87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832E87 is #7CD178. Grayscale: #515151. Windows color (decimal): -8180089 or 8859267. OLE color: 8859267.
HSL color Cylindrical-coordinate representation of color #832E87: hue angle of 297.3º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #832E87 is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 46 | 135 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.47 |
| HSL | 297.3º | 0.49% | 0.35% | - |
| HSV(B) | 297.3º | 0.66% | 0.53% | - |
| XYZ | 14.71 | 8.53 | 23.79 | - |
| YUV | 81.56 | 158.16 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 46 | 135 | 0.03 | 0.66 | 0 | 0.47 | 297.3 | 0.49 | 0.35 |
| Hex | 83 | 2E | 87 | 3 | 42 | 0 | 2F | 129 | 31 | 23 |
| Octal | 203 | 56 | 207 | 3 | 102 | 0 | 57 | 451 | 61 | 43 |
| Binary | 10000011 | 101110 | 10000111 | 11 | 1000010 | 0 | 101111 | 100101001 | 110001 | 100011 |
Color Harmonies of #832E87
Complementary color
Monochromatic Colors of #832E87
Black with #832E87
Text Example
Text Example
White with #832E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832E87; }
p { color: rgb(131,46,135); }
H1.HeaderClassName
{
color: #832E87;
}
.AnyTagClassName
{
color: #832E87;
}
</style>
background-color css
<style>
a { background-color: #832E87; }
a { background-color: rgb(131,46,135); }
div.DivClassName
{
background-color: #832E87;
}
.BgClassName
{
background-color: #832E87;
}
</style>
border-color css
<style>
span { border-color: #832E87; }
span { border-color: rgb(131,46,135); }
td.TdClassName
{
border-color: #832E87;
}
.TagClassName
{
border-color: #832E87;
}
</style>