Shades of Vivid Violet #832D9C
Tints of Vivid Violet #832D9C
RGB
CMYK
RGB Variations
Color information
#832D9C (or 0x832D9C) is known color: Vivid Violet. HEX triplet: 83, 2D and 9C. RGB value is (131,45,156). Sum of RGB (Red+Green+Blue) = 131+45+156=332 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.46% from 332); Green value is 45 (17.97% from 255 or 13.55% from 332); Blue value is 156 (61.33% from 255 or 46.99% from 332); Max value from RGB is 156 - color contains mainly: blue. Hex color #832D9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832D9C is #7CD263. Grayscale: #535353. Windows color (decimal): -8180324 or 10235267. OLE color: 10235267.
HSL color Cylindrical-coordinate representation of color #832D9C: hue angle of 286.49º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #832D9C is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 131 | 45 | 156 | - |
| CMYK | 0.16 | 0.71 | 0 | 0.39 |
| HSL | 286.49º | 0.55% | 0.39% | - |
| HSV(B) | 286.49º | 0.71% | 0.61% | - |
| XYZ | 16.3 | 9.1 | 32.35 | - |
| YUV | 83.37 | 168.99 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 45 | 156 | 0.16 | 0.71 | 0 | 0.39 | 286.49 | 0.55 | 0.39 |
| Hex | 83 | 2D | 9C | 10 | 47 | 0 | 27 | 11E | 37 | 27 |
| Octal | 203 | 55 | 234 | 20 | 107 | 0 | 47 | 436 | 67 | 47 |
| Binary | 10000011 | 101101 | 10011100 | 10000 | 1000111 | 0 | 100111 | 100011110 | 110111 | 100111 |
Color Harmonies of #832D9C
Complementary color
Monochromatic Colors of #832D9C
Black with #832D9C
Text Example
Text Example
White with #832D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832D9C; }
p { color: rgb(131,45,156); }
H1.HeaderClassName
{
color: #832D9C;
}
.AnyTagClassName
{
color: #832D9C;
}
</style>
background-color css
<style>
a { background-color: #832D9C; }
a { background-color: rgb(131,45,156); }
div.DivClassName
{
background-color: #832D9C;
}
.BgClassName
{
background-color: #832D9C;
}
</style>
border-color css
<style>
span { border-color: #832D9C; }
span { border-color: rgb(131,45,156); }
td.TdClassName
{
border-color: #832D9C;
}
.TagClassName
{
border-color: #832D9C;
}
</style>