Shades of Vivid Violet #832FA0
Tints of Vivid Violet #832FA0
RGB
CMYK
RGB Variations
Color information
#832FA0 (or 0x832FA0) is known color: Vivid Violet. HEX triplet: 83, 2F and A0. RGB value is (131,47,160). Sum of RGB (Red+Green+Blue) = 131+47+160=338 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.76% from 338); Green value is 47 (18.75% from 255 or 13.91% from 338); Blue value is 160 (62.89% from 255 or 47.34% from 338); Max value from RGB is 160 - color contains mainly: blue. Hex color #832FA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832FA0 is #7CD05F. Grayscale: #545454. Windows color (decimal): -8179808 or 10497923. OLE color: 10497923.
HSL color Cylindrical-coordinate representation of color #832FA0: hue angle of 284.6º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #832FA0 is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 131 | 47 | 160 | - |
| CMYK | 0.18 | 0.71 | 0 | 0.37 |
| HSL | 284.6º | 0.55% | 0.41% | - |
| HSV(B) | 284.6º | 0.71% | 0.63% | - |
| XYZ | 16.72 | 9.4 | 34.19 | - |
| YUV | 85 | 170.33 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 47 | 160 | 0.18 | 0.71 | 0 | 0.37 | 284.6 | 0.55 | 0.41 |
| Hex | 83 | 2F | A0 | 12 | 47 | 0 | 25 | 11D | 37 | 29 |
| Octal | 203 | 57 | 240 | 22 | 107 | 0 | 45 | 435 | 67 | 51 |
| Binary | 10000011 | 101111 | 10100000 | 10010 | 1000111 | 0 | 100101 | 100011101 | 110111 | 101001 |
Color Harmonies of #832FA0
Complementary color
Monochromatic Colors of #832FA0
Black with #832FA0
Text Example
Text Example
White with #832FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832FA0; }
p { color: rgb(131,47,160); }
H1.HeaderClassName
{
color: #832FA0;
}
.AnyTagClassName
{
color: #832FA0;
}
</style>
background-color css
<style>
a { background-color: #832FA0; }
a { background-color: rgb(131,47,160); }
div.DivClassName
{
background-color: #832FA0;
}
.BgClassName
{
background-color: #832FA0;
}
</style>
border-color css
<style>
span { border-color: #832FA0; }
span { border-color: rgb(131,47,160); }
td.TdClassName
{
border-color: #832FA0;
}
.TagClassName
{
border-color: #832FA0;
}
</style>