Shades of Vivid Violet #833497
Tints of Vivid Violet #833497
RGB
CMYK
RGB Variations
Color information
#833497 (or 0x833497) is known color: Vivid Violet. HEX triplet: 83, 34 and 97. RGB value is (131,52,151). Sum of RGB (Red+Green+Blue) = 131+52+151=334 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.22% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 151 (59.38% from 255 or 45.21% from 334); Max value from RGB is 151 - color contains mainly: blue. Hex color #833497 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833497 is #7CCB68. Grayscale: #565656. Windows color (decimal): -8178537 or 9909379. OLE color: 9909379.
HSL color Cylindrical-coordinate representation of color #833497: hue angle of 287.88º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #833497 is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 131 | 52 | 151 | - |
| CMYK | 0.13 | 0.66 | 0 | 0.41 |
| HSL | 287.88º | 0.49% | 0.4% | - |
| HSV(B) | 287.88º | 0.66% | 0.59% | - |
| XYZ | 16.17 | 9.52 | 30.26 | - |
| YUV | 86.91 | 164.17 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 52 | 151 | 0.13 | 0.66 | 0 | 0.41 | 287.88 | 0.49 | 0.4 |
| Hex | 83 | 34 | 97 | D | 42 | 0 | 29 | 120 | 31 | 28 |
| Octal | 203 | 64 | 227 | 15 | 102 | 0 | 51 | 440 | 61 | 50 |
| Binary | 10000011 | 110100 | 10010111 | 1101 | 1000010 | 0 | 101001 | 100100000 | 110001 | 101000 |
Color Harmonies of #833497
Complementary color
Monochromatic Colors of #833497
Black with #833497
Text Example
Text Example
White with #833497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833497; }
p { color: rgb(131,52,151); }
H1.HeaderClassName
{
color: #833497;
}
.AnyTagClassName
{
color: #833497;
}
</style>
background-color css
<style>
a { background-color: #833497; }
a { background-color: rgb(131,52,151); }
div.DivClassName
{
background-color: #833497;
}
.BgClassName
{
background-color: #833497;
}
</style>
border-color css
<style>
span { border-color: #833497; }
span { border-color: rgb(131,52,151); }
td.TdClassName
{
border-color: #833497;
}
.TagClassName
{
border-color: #833497;
}
</style>