Shades of Vivid Violet #834198
Tints of Vivid Violet #834198
RGB
CMYK
RGB Variations
Color information
#834198 (or 0x834198) is known color: Vivid Violet. HEX triplet: 83, 41 and 98. RGB value is (131,65,152). Sum of RGB (Red+Green+Blue) = 131+65+152=348 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.64% from 348); Green value is 65 (25.78% from 255 or 18.68% from 348); Blue value is 152 (59.77% from 255 or 43.68% from 348); Max value from RGB is 152 - color contains mainly: blue. Hex color #834198 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834198 is #7CBE67. Grayscale: #5E5E5E. Windows color (decimal): -8175208 or 9978243. OLE color: 9978243.
HSL color Cylindrical-coordinate representation of color #834198: hue angle of 285.52º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #834198 is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 131 | 65 | 152 | - |
| CMYK | 0.14 | 0.57 | 0 | 0.40 |
| HSL | 285.52º | 0.4% | 0.43% | - |
| HSV(B) | 285.52º | 0.57% | 0.6% | - |
| XYZ | 16.92 | 10.87 | 30.91 | - |
| YUV | 94.65 | 160.37 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 65 | 152 | 0.14 | 0.57 | 0 | 0.40 | 285.52 | 0.4 | 0.43 |
| Hex | 83 | 41 | 98 | E | 39 | 0 | 28 | 11E | 28 | 2B |
| Octal | 203 | 101 | 230 | 16 | 71 | 0 | 50 | 436 | 50 | 53 |
| Binary | 10000011 | 1000001 | 10011000 | 1110 | 111001 | 0 | 101000 | 100011110 | 101000 | 101011 |
Color Harmonies of #834198
Complementary color
Monochromatic Colors of #834198
Black with #834198
Text Example
Text Example
White with #834198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834198; }
p { color: rgb(131,65,152); }
H1.HeaderClassName
{
color: #834198;
}
.AnyTagClassName
{
color: #834198;
}
</style>
background-color css
<style>
a { background-color: #834198; }
a { background-color: rgb(131,65,152); }
div.DivClassName
{
background-color: #834198;
}
.BgClassName
{
background-color: #834198;
}
</style>
border-color css
<style>
span { border-color: #834198; }
span { border-color: rgb(131,65,152); }
td.TdClassName
{
border-color: #834198;
}
.TagClassName
{
border-color: #834198;
}
</style>