Shades of Vivid Violet #833894
Tints of Vivid Violet #833894
RGB
CMYK
RGB Variations
Color information
#833894 (or 0x833894) is known color: Vivid Violet. HEX triplet: 83, 38 and 94. RGB value is (131,56,148). Sum of RGB (Red+Green+Blue) = 131+56+148=335 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.10% from 335); Green value is 56 (22.27% from 255 or 16.72% from 335); Blue value is 148 (58.20% from 255 or 44.18% from 335); Max value from RGB is 148 - color contains mainly: blue. Hex color #833894 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833894 is #7CC76B. Grayscale: #585858. Windows color (decimal): -8177516 or 9713795. OLE color: 9713795.
HSL color Cylindrical-coordinate representation of color #833894: hue angle of 288.91º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #833894 is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 56 | 148 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.42 |
| HSL | 288.91º | 0.45% | 0.4% | - |
| HSV(B) | 288.91º | 0.62% | 0.58% | - |
| XYZ | 16.12 | 9.79 | 29.06 | - |
| YUV | 88.91 | 161.35 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 56 | 148 | 0.11 | 0.62 | 0 | 0.42 | 288.91 | 0.45 | 0.4 |
| Hex | 83 | 38 | 94 | B | 3E | 0 | 2A | 121 | 2D | 28 |
| Octal | 203 | 70 | 224 | 13 | 76 | 0 | 52 | 441 | 55 | 50 |
| Binary | 10000011 | 111000 | 10010100 | 1011 | 111110 | 0 | 101010 | 100100001 | 101101 | 101000 |
Color Harmonies of #833894
Complementary color
Monochromatic Colors of #833894
Black with #833894
Text Example
Text Example
White with #833894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833894; }
p { color: rgb(131,56,148); }
H1.HeaderClassName
{
color: #833894;
}
.AnyTagClassName
{
color: #833894;
}
</style>
background-color css
<style>
a { background-color: #833894; }
a { background-color: rgb(131,56,148); }
div.DivClassName
{
background-color: #833894;
}
.BgClassName
{
background-color: #833894;
}
</style>
border-color css
<style>
span { border-color: #833894; }
span { border-color: rgb(131,56,148); }
td.TdClassName
{
border-color: #833894;
}
.TagClassName
{
border-color: #833894;
}
</style>