Shades of Vivid Violet #832F89
Tints of Vivid Violet #832F89
RGB
CMYK
RGB Variations
Color information
#832F89 (or 0x832F89) is known color: Vivid Violet. HEX triplet: 83, 2F and 89. RGB value is (131,47,137). Sum of RGB (Red+Green+Blue) = 131+47+137=315 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.59% from 315); Green value is 47 (18.75% from 255 or 14.92% from 315); Blue value is 137 (53.91% from 255 or 43.49% from 315); Max value from RGB is 137 - color contains mainly: blue. Hex color #832F89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832F89 is #7CD076. Grayscale: #525252. Windows color (decimal): -8179831 or 8990595. OLE color: 8990595.
HSL color Cylindrical-coordinate representation of color #832F89: hue angle of 296º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #832F89 is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 131 | 47 | 137 | - |
| CMYK | 0.04 | 0.66 | 0 | 0.46 |
| HSL | 296º | 0.49% | 0.36% | - |
| HSV(B) | 296º | 0.66% | 0.54% | - |
| XYZ | 14.89 | 8.66 | 24.55 | - |
| YUV | 82.38 | 158.83 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 47 | 137 | 0.04 | 0.66 | 0 | 0.46 | 296 | 0.49 | 0.36 |
| Hex | 83 | 2F | 89 | 4 | 42 | 0 | 2E | 128 | 31 | 24 |
| Octal | 203 | 57 | 211 | 4 | 102 | 0 | 56 | 450 | 61 | 44 |
| Binary | 10000011 | 101111 | 10001001 | 100 | 1000010 | 0 | 101110 | 100101000 | 110001 | 100100 |
Color Harmonies of #832F89
Complementary color
Monochromatic Colors of #832F89
Black with #832F89
Text Example
Text Example
White with #832F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832F89; }
p { color: rgb(131,47,137); }
H1.HeaderClassName
{
color: #832F89;
}
.AnyTagClassName
{
color: #832F89;
}
</style>
background-color css
<style>
a { background-color: #832F89; }
a { background-color: rgb(131,47,137); }
div.DivClassName
{
background-color: #832F89;
}
.BgClassName
{
background-color: #832F89;
}
</style>
border-color css
<style>
span { border-color: #832F89; }
span { border-color: rgb(131,47,137); }
td.TdClassName
{
border-color: #832F89;
}
.TagClassName
{
border-color: #832F89;
}
</style>