Shades of Vivid Violet #834196
Tints of Vivid Violet #834196
RGB
CMYK
RGB Variations
Color information
#834196 (or 0x834196) is known color: Vivid Violet. HEX triplet: 83, 41 and 96. RGB value is (131,65,150). Sum of RGB (Red+Green+Blue) = 131+65+150=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 150 (58.98% from 255 or 43.35% from 346); Max value from RGB is 150 - color contains mainly: blue. Hex color #834196 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834196 is #7CBE69. Grayscale: #5E5E5E. Windows color (decimal): -8175210 or 9847171. OLE color: 9847171.
HSL color Cylindrical-coordinate representation of color #834196: hue angle of 286.59º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #834196 is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 131 | 65 | 150 | - |
| CMYK | 0.13 | 0.57 | 0 | 0.41 |
| HSL | 286.59º | 0.4% | 0.42% | - |
| HSV(B) | 286.59º | 0.57% | 0.59% | - |
| XYZ | 16.76 | 10.81 | 30.06 | - |
| YUV | 94.42 | 159.37 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 65 | 150 | 0.13 | 0.57 | 0 | 0.41 | 286.59 | 0.4 | 0.42 |
| Hex | 83 | 41 | 96 | D | 39 | 0 | 29 | 11F | 28 | 2A |
| Octal | 203 | 101 | 226 | 15 | 71 | 0 | 51 | 437 | 50 | 52 |
| Binary | 10000011 | 1000001 | 10010110 | 1101 | 111001 | 0 | 101001 | 100011111 | 101000 | 101010 |
Color Harmonies of #834196
Complementary color
Monochromatic Colors of #834196
Black with #834196
Text Example
Text Example
White with #834196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834196; }
p { color: rgb(131,65,150); }
H1.HeaderClassName
{
color: #834196;
}
.AnyTagClassName
{
color: #834196;
}
</style>
background-color css
<style>
a { background-color: #834196; }
a { background-color: rgb(131,65,150); }
div.DivClassName
{
background-color: #834196;
}
.BgClassName
{
background-color: #834196;
}
</style>
border-color css
<style>
span { border-color: #834196; }
span { border-color: rgb(131,65,150); }
td.TdClassName
{
border-color: #834196;
}
.TagClassName
{
border-color: #834196;
}
</style>