Shades of Vivid Violet #833F95
Tints of Vivid Violet #833F95
RGB
CMYK
RGB Variations
Color information
#833F95 (or 0x833F95) is known color: Vivid Violet. HEX triplet: 83, 3F and 95. RGB value is (131,63,149). Sum of RGB (Red+Green+Blue) = 131+63+149=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 63 (25% from 255 or 18.37% from 343); Blue value is 149 (58.59% from 255 or 43.44% from 343); Max value from RGB is 149 - color contains mainly: blue. Hex color #833F95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833F95 is #7CC06A. Grayscale: #5C5C5C. Windows color (decimal): -8175723 or 9781123. OLE color: 9781123.
HSL color Cylindrical-coordinate representation of color #833F95: hue angle of 287.44º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #833F95 is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 63 | 149 | - |
| CMYK | 0.12 | 0.58 | 0 | 0.42 |
| HSL | 287.44º | 0.41% | 0.42% | - |
| HSV(B) | 287.44º | 0.58% | 0.58% | - |
| XYZ | 16.56 | 10.55 | 29.6 | - |
| YUV | 93.14 | 159.53 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 63 | 149 | 0.12 | 0.58 | 0 | 0.42 | 287.44 | 0.41 | 0.42 |
| Hex | 83 | 3F | 95 | C | 3A | 0 | 2A | 11F | 29 | 2A |
| Octal | 203 | 77 | 225 | 14 | 72 | 0 | 52 | 437 | 51 | 52 |
| Binary | 10000011 | 111111 | 10010101 | 1100 | 111010 | 0 | 101010 | 100011111 | 101001 | 101010 |
Color Harmonies of #833F95
Complementary color
Monochromatic Colors of #833F95
Black with #833F95
Text Example
Text Example
White with #833F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833F95; }
p { color: rgb(131,63,149); }
H1.HeaderClassName
{
color: #833F95;
}
.AnyTagClassName
{
color: #833F95;
}
</style>
background-color css
<style>
a { background-color: #833F95; }
a { background-color: rgb(131,63,149); }
div.DivClassName
{
background-color: #833F95;
}
.BgClassName
{
background-color: #833F95;
}
</style>
border-color css
<style>
span { border-color: #833F95; }
span { border-color: rgb(131,63,149); }
td.TdClassName
{
border-color: #833F95;
}
.TagClassName
{
border-color: #833F95;
}
</style>