Shades of Vivid Violet #832294
Tints of Vivid Violet #832294
RGB
CMYK
RGB Variations
Color information
#832294 (or 0x832294) is known color: Vivid Violet. HEX triplet: 83, 22 and 94. RGB value is (131,34,148). Sum of RGB (Red+Green+Blue) = 131+34+148=313 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.85% from 313); Green value is 34 (13.67% from 255 or 10.86% from 313); Blue value is 148 (58.20% from 255 or 47.28% from 313); Max value from RGB is 148 - color contains mainly: blue. Hex color #832294 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #832294 is #7CDD6B. Grayscale: #4B4B4B. Windows color (decimal): -8183148 or 9708163. OLE color: 9708163.
HSL color Cylindrical-coordinate representation of color #832294: hue angle of 291.05º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #832294 is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 34 | 148 | - |
| CMYK | 0.11 | 0.77 | 0 | 0.42 |
| HSL | 291.05º | 0.63% | 0.36% | - |
| HSV(B) | 291.05º | 0.77% | 0.58% | - |
| XYZ | 15.28 | 8.11 | 28.78 | - |
| YUV | 76 | 168.64 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 34 | 148 | 0.11 | 0.77 | 0 | 0.42 | 291.05 | 0.63 | 0.36 |
| Hex | 83 | 22 | 94 | B | 4D | 0 | 2A | 123 | 3F | 24 |
| Octal | 203 | 42 | 224 | 13 | 115 | 0 | 52 | 443 | 77 | 44 |
| Binary | 10000011 | 100010 | 10010100 | 1011 | 1001101 | 0 | 101010 | 100100011 | 111111 | 100100 |
Color Harmonies of #832294
Complementary color
Monochromatic Colors of #832294
Black with #832294
Text Example
Text Example
White with #832294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #832294; }
p { color: rgb(131,34,148); }
H1.HeaderClassName
{
color: #832294;
}
.AnyTagClassName
{
color: #832294;
}
</style>
background-color css
<style>
a { background-color: #832294; }
a { background-color: rgb(131,34,148); }
div.DivClassName
{
background-color: #832294;
}
.BgClassName
{
background-color: #832294;
}
</style>
border-color css
<style>
span { border-color: #832294; }
span { border-color: rgb(131,34,148); }
td.TdClassName
{
border-color: #832294;
}
.TagClassName
{
border-color: #832294;
}
</style>