Shades of Vivid Violet #832CAB
Tints of Vivid Violet #832CAB
RGB
CMYK
RGB Variations
Color information
#832CAB (or 0x832CAB) is known color: Vivid Violet. HEX triplet: 83, 2C and AB. RGB value is (131,44,171). Sum of RGB (Red+Green+Blue) = 131+44+171=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 44 (17.58% from 255 or 12.72% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #832CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832CAB is #7CD354. Grayscale: #545454. Windows color (decimal): -8180565 or 11218051. OLE color: 11218051.
HSL color Cylindrical-coordinate representation of color #832CAB: hue angle of 281.1º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #832CAB is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 44 | 171 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.33 |
| HSL | 281.1º | 0.59% | 0.42% | - |
| HSV(B) | 281.1º | 0.74% | 0.67% | - |
| XYZ | 17.61 | 9.57 | 39.45 | - |
| YUV | 84.49 | 176.82 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 44 | 171 | 0.23 | 0.74 | 0 | 0.33 | 281.1 | 0.59 | 0.42 |
| Hex | 83 | 2C | AB | 17 | 4A | 0 | 21 | 119 | 3B | 2A |
| Octal | 203 | 54 | 253 | 27 | 112 | 0 | 41 | 431 | 73 | 52 |
| Binary | 10000011 | 101100 | 10101011 | 10111 | 1001010 | 0 | 100001 | 100011001 | 111011 | 101010 |
Color Harmonies of #832CAB
Complementary color
Monochromatic Colors of #832CAB
Black with #832CAB
Text Example
Text Example
White with #832CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832CAB; }
p { color: rgb(131,44,171); }
H1.HeaderClassName
{
color: #832CAB;
}
.AnyTagClassName
{
color: #832CAB;
}
</style>
background-color css
<style>
a { background-color: #832CAB; }
a { background-color: rgb(131,44,171); }
div.DivClassName
{
background-color: #832CAB;
}
.BgClassName
{
background-color: #832CAB;
}
</style>
border-color css
<style>
span { border-color: #832CAB; }
span { border-color: rgb(131,44,171); }
td.TdClassName
{
border-color: #832CAB;
}
.TagClassName
{
border-color: #832CAB;
}
</style>