Shades of Vivid Violet #833695
Tints of Vivid Violet #833695
RGB
CMYK
RGB Variations
Color information
#833695 (or 0x833695) is known color: Vivid Violet. HEX triplet: 83, 36 and 95. RGB value is (131,54,149). Sum of RGB (Red+Green+Blue) = 131+54+149=334 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.22% from 334); Green value is 54 (21.48% from 255 or 16.17% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 149 - color contains mainly: blue. Hex color #833695 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833695 is #7CC96A. Grayscale: #575757. Windows color (decimal): -8178027 or 9778819. OLE color: 9778819.
HSL color Cylindrical-coordinate representation of color #833695: hue angle of 288.63º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #833695 is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 54 | 149 | - |
| CMYK | 0.12 | 0.64 | 0 | 0.42 |
| HSL | 288.63º | 0.47% | 0.4% | - |
| HSV(B) | 288.63º | 0.64% | 0.58% | - |
| XYZ | 16.1 | 9.63 | 29.44 | - |
| YUV | 87.85 | 162.51 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 54 | 149 | 0.12 | 0.64 | 0 | 0.42 | 288.63 | 0.47 | 0.4 |
| Hex | 83 | 36 | 95 | C | 40 | 0 | 2A | 121 | 2F | 28 |
| Octal | 203 | 66 | 225 | 14 | 100 | 0 | 52 | 441 | 57 | 50 |
| Binary | 10000011 | 110110 | 10010101 | 1100 | 1000000 | 0 | 101010 | 100100001 | 101111 | 101000 |
Color Harmonies of #833695
Complementary color
Monochromatic Colors of #833695
Black with #833695
Text Example
Text Example
White with #833695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833695; }
p { color: rgb(131,54,149); }
H1.HeaderClassName
{
color: #833695;
}
.AnyTagClassName
{
color: #833695;
}
</style>
background-color css
<style>
a { background-color: #833695; }
a { background-color: rgb(131,54,149); }
div.DivClassName
{
background-color: #833695;
}
.BgClassName
{
background-color: #833695;
}
</style>
border-color css
<style>
span { border-color: #833695; }
span { border-color: rgb(131,54,149); }
td.TdClassName
{
border-color: #833695;
}
.TagClassName
{
border-color: #833695;
}
</style>