Shades of Vivid Violet #833F93
Tints of Vivid Violet #833F93
RGB
CMYK
RGB Variations
Color information
#833F93 (or 0x833F93) is known color: Vivid Violet. HEX triplet: 83, 3F and 93. RGB value is (131,63,147). Sum of RGB (Red+Green+Blue) = 131+63+147=341 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.42% from 341); Green value is 63 (25% from 255 or 18.48% from 341); Blue value is 147 (57.81% from 255 or 43.11% from 341); Max value from RGB is 147 - color contains mainly: blue. Hex color #833F93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833F93 is #7CC06C. Grayscale: #5C5C5C. Windows color (decimal): -8175725 or 9650051. OLE color: 9650051.
HSL color Cylindrical-coordinate representation of color #833F93: hue angle of 288.57º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #833F93 is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 63 | 147 | - |
| CMYK | 0.11 | 0.57 | 0 | 0.42 |
| HSL | 288.57º | 0.4% | 0.41% | - |
| HSV(B) | 288.57º | 0.57% | 0.58% | - |
| XYZ | 16.4 | 10.49 | 28.76 | - |
| YUV | 92.91 | 158.53 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 63 | 147 | 0.11 | 0.57 | 0 | 0.42 | 288.57 | 0.4 | 0.41 |
| Hex | 83 | 3F | 93 | B | 39 | 0 | 2A | 121 | 28 | 29 |
| Octal | 203 | 77 | 223 | 13 | 71 | 0 | 52 | 441 | 50 | 51 |
| Binary | 10000011 | 111111 | 10010011 | 1011 | 111001 | 0 | 101010 | 100100001 | 101000 | 101001 |
Color Harmonies of #833F93
Complementary color
Monochromatic Colors of #833F93
Black with #833F93
Text Example
Text Example
White with #833F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833F93; }
p { color: rgb(131,63,147); }
H1.HeaderClassName
{
color: #833F93;
}
.AnyTagClassName
{
color: #833F93;
}
</style>
background-color css
<style>
a { background-color: #833F93; }
a { background-color: rgb(131,63,147); }
div.DivClassName
{
background-color: #833F93;
}
.BgClassName
{
background-color: #833F93;
}
</style>
border-color css
<style>
span { border-color: #833F93; }
span { border-color: rgb(131,63,147); }
td.TdClassName
{
border-color: #833F93;
}
.TagClassName
{
border-color: #833F93;
}
</style>