Shades of Vivid Violet #832B9A
Tints of Vivid Violet #832B9A
RGB
CMYK
RGB Variations
Color information
#832B9A (or 0x832B9A) is known color: Vivid Violet. HEX triplet: 83, 2B and 9A. RGB value is (131,43,154). Sum of RGB (Red+Green+Blue) = 131+43+154=328 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.94% from 328); Green value is 43 (17.19% from 255 or 13.11% from 328); Blue value is 154 (60.55% from 255 or 46.95% from 328); Max value from RGB is 154 - color contains mainly: blue. Hex color #832B9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832B9A is #7CD465. Grayscale: #515151. Windows color (decimal): -8180838 or 10103683. OLE color: 10103683.
HSL color Cylindrical-coordinate representation of color #832B9A: hue angle of 287.57º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #832B9A is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 131 | 43 | 154 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.40 |
| HSL | 287.57º | 0.56% | 0.39% | - |
| HSV(B) | 287.57º | 0.72% | 0.6% | - |
| XYZ | 16.06 | 8.89 | 31.44 | - |
| YUV | 81.97 | 168.65 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 43 | 154 | 0.15 | 0.72 | 0 | 0.40 | 287.57 | 0.56 | 0.39 |
| Hex | 83 | 2B | 9A | F | 48 | 0 | 28 | 120 | 38 | 27 |
| Octal | 203 | 53 | 232 | 17 | 110 | 0 | 50 | 440 | 70 | 47 |
| Binary | 10000011 | 101011 | 10011010 | 1111 | 1001000 | 0 | 101000 | 100100000 | 111000 | 100111 |
Color Harmonies of #832B9A
Complementary color
Monochromatic Colors of #832B9A
Black with #832B9A
Text Example
Text Example
White with #832B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832B9A; }
p { color: rgb(131,43,154); }
H1.HeaderClassName
{
color: #832B9A;
}
.AnyTagClassName
{
color: #832B9A;
}
</style>
background-color css
<style>
a { background-color: #832B9A; }
a { background-color: rgb(131,43,154); }
div.DivClassName
{
background-color: #832B9A;
}
.BgClassName
{
background-color: #832B9A;
}
</style>
border-color css
<style>
span { border-color: #832B9A; }
span { border-color: rgb(131,43,154); }
td.TdClassName
{
border-color: #832B9A;
}
.TagClassName
{
border-color: #832B9A;
}
</style>