Shades of Vivid Violet #833FA0
Tints of Vivid Violet #833FA0
RGB
CMYK
RGB Variations
Color information
#833FA0 (or 0x833FA0) is known color: Vivid Violet. HEX triplet: 83, 3F and A0. RGB value is (131,63,160). Sum of RGB (Red+Green+Blue) = 131+63+160=354 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.01% from 354); Green value is 63 (25% from 255 or 17.80% from 354); Blue value is 160 (62.89% from 255 or 45.20% from 354); Max value from RGB is 160 - color contains mainly: blue. Hex color #833FA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833FA0 is #7CC05F. Grayscale: #5E5E5E. Windows color (decimal): -8175712 or 10502019. OLE color: 10502019.
HSL color Cylindrical-coordinate representation of color #833FA0: hue angle of 282.06º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #833FA0 is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 131 | 63 | 160 | - |
| CMYK | 0.18 | 0.61 | 0 | 0.37 |
| HSL | 282.06º | 0.43% | 0.44% | - |
| HSV(B) | 282.06º | 0.61% | 0.63% | - |
| XYZ | 17.48 | 10.92 | 34.44 | - |
| YUV | 94.39 | 165.03 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 63 | 160 | 0.18 | 0.61 | 0 | 0.37 | 282.06 | 0.43 | 0.44 |
| Hex | 83 | 3F | A0 | 12 | 3D | 0 | 25 | 11A | 2B | 2C |
| Octal | 203 | 77 | 240 | 22 | 75 | 0 | 45 | 432 | 53 | 54 |
| Binary | 10000011 | 111111 | 10100000 | 10010 | 111101 | 0 | 100101 | 100011010 | 101011 | 101100 |
Color Harmonies of #833FA0
Complementary color
Monochromatic Colors of #833FA0
Black with #833FA0
Text Example
Text Example
White with #833FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833FA0; }
p { color: rgb(131,63,160); }
H1.HeaderClassName
{
color: #833FA0;
}
.AnyTagClassName
{
color: #833FA0;
}
</style>
background-color css
<style>
a { background-color: #833FA0; }
a { background-color: rgb(131,63,160); }
div.DivClassName
{
background-color: #833FA0;
}
.BgClassName
{
background-color: #833FA0;
}
</style>
border-color css
<style>
span { border-color: #833FA0; }
span { border-color: rgb(131,63,160); }
td.TdClassName
{
border-color: #833FA0;
}
.TagClassName
{
border-color: #833FA0;
}
</style>