Shades of Vivid Violet #833F90
Tints of Vivid Violet #833F90
RGB
CMYK
RGB Variations
Color information
#833F90 (or 0x833F90) is known color: Vivid Violet. HEX triplet: 83, 3F and 90. RGB value is (131,63,144). Sum of RGB (Red+Green+Blue) = 131+63+144=338 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.76% from 338); Green value is 63 (25% from 255 or 18.64% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 144 - color contains mainly: blue. Hex color #833F90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833F90 is #7CC06F. Grayscale: #5C5C5C. Windows color (decimal): -8175728 or 9453443. OLE color: 9453443.
HSL color Cylindrical-coordinate representation of color #833F90: hue angle of 290.37º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #833F90 is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 131 | 63 | 144 | - |
| CMYK | 0.09 | 0.56 | 0 | 0.44 |
| HSL | 290.37º | 0.39% | 0.41% | - |
| HSV(B) | 290.37º | 0.56% | 0.56% | - |
| XYZ | 16.17 | 10.39 | 27.54 | - |
| YUV | 92.57 | 157.03 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 63 | 144 | 0.09 | 0.56 | 0 | 0.44 | 290.37 | 0.39 | 0.41 |
| Hex | 83 | 3F | 90 | 9 | 38 | 0 | 2C | 122 | 27 | 29 |
| Octal | 203 | 77 | 220 | 11 | 70 | 0 | 54 | 442 | 47 | 51 |
| Binary | 10000011 | 111111 | 10010000 | 1001 | 111000 | 0 | 101100 | 100100010 | 100111 | 101001 |
Color Harmonies of #833F90
Complementary color
Monochromatic Colors of #833F90
Black with #833F90
Text Example
Text Example
White with #833F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833F90; }
p { color: rgb(131,63,144); }
H1.HeaderClassName
{
color: #833F90;
}
.AnyTagClassName
{
color: #833F90;
}
</style>
background-color css
<style>
a { background-color: #833F90; }
a { background-color: rgb(131,63,144); }
div.DivClassName
{
background-color: #833F90;
}
.BgClassName
{
background-color: #833F90;
}
</style>
border-color css
<style>
span { border-color: #833F90; }
span { border-color: rgb(131,63,144); }
td.TdClassName
{
border-color: #833F90;
}
.TagClassName
{
border-color: #833F90;
}
</style>