Shades of Vivid Violet #834099
Tints of Vivid Violet #834099
RGB
CMYK
RGB Variations
Color information
#834099 (or 0x834099) is known color: Vivid Violet. HEX triplet: 83, 40 and 99. RGB value is (131,64,153). Sum of RGB (Red+Green+Blue) = 131+64+153=348 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.64% from 348); Green value is 64 (25.39% from 255 or 18.39% from 348); Blue value is 153 (60.16% from 255 or 43.97% from 348); Max value from RGB is 153 - color contains mainly: blue. Hex color #834099 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834099 is #7CBF66. Grayscale: #5D5D5D. Windows color (decimal): -8175463 or 10043523. OLE color: 10043523.
HSL color Cylindrical-coordinate representation of color #834099: hue angle of 285.17º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #834099 is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 131 | 64 | 153 | - |
| CMYK | 0.14 | 0.58 | 0 | 0.4 |
| HSL | 285.17º | 0.41% | 0.43% | - |
| HSV(B) | 285.17º | 0.58% | 0.6% | - |
| XYZ | 16.94 | 10.79 | 31.33 | - |
| YUV | 94.18 | 161.2 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 64 | 153 | 0.14 | 0.58 | 0 | 0.4 | 285.17 | 0.41 | 0.43 |
| Hex | 83 | 40 | 99 | E | 3A | 0 | 28 | 11D | 29 | 2B |
| Octal | 203 | 100 | 231 | 16 | 72 | 0 | 50 | 435 | 51 | 53 |
| Binary | 10000011 | 1000000 | 10011001 | 1110 | 111010 | 0 | 101000 | 100011101 | 101001 | 101011 |
Color Harmonies of #834099
Complementary color
Monochromatic Colors of #834099
Black with #834099
Text Example
Text Example
White with #834099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834099; }
p { color: rgb(131,64,153); }
H1.HeaderClassName
{
color: #834099;
}
.AnyTagClassName
{
color: #834099;
}
</style>
background-color css
<style>
a { background-color: #834099; }
a { background-color: rgb(131,64,153); }
div.DivClassName
{
background-color: #834099;
}
.BgClassName
{
background-color: #834099;
}
</style>
border-color css
<style>
span { border-color: #834099; }
span { border-color: rgb(131,64,153); }
td.TdClassName
{
border-color: #834099;
}
.TagClassName
{
border-color: #834099;
}
</style>