Shades of Vivid Violet #834485
Tints of Vivid Violet #834485
RGB
CMYK
RGB Variations
Color information
#834485 (or 0x834485) is known color: Vivid Violet. HEX triplet: 83, 44 and 85. RGB value is (131,68,133). Sum of RGB (Red+Green+Blue) = 131+68+133=332 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.46% from 332); Green value is 68 (26.95% from 255 or 20.48% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 133 - color contains mainly: blue. Hex color #834485 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834485 is #7CBB7A. Grayscale: #5E5E5E. Windows color (decimal): -8174459 or 8733827. OLE color: 8733827.
HSL color Cylindrical-coordinate representation of color #834485: hue angle of 298.15º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #834485 is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 131 | 68 | 133 | - |
| CMYK | 0.02 | 0.49 | 0 | 0.48 |
| HSL | 298.15º | 0.32% | 0.39% | - |
| HSV(B) | 298.15º | 0.49% | 0.52% | - |
| XYZ | 15.66 | 10.65 | 23.42 | - |
| YUV | 94.25 | 149.87 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 68 | 133 | 0.02 | 0.49 | 0 | 0.48 | 298.15 | 0.32 | 0.39 |
| Hex | 83 | 44 | 85 | 2 | 31 | 0 | 30 | 12A | 20 | 27 |
| Octal | 203 | 104 | 205 | 2 | 61 | 0 | 60 | 452 | 40 | 47 |
| Binary | 10000011 | 1000100 | 10000101 | 10 | 110001 | 0 | 110000 | 100101010 | 100000 | 100111 |
Color Harmonies of #834485
Complementary color
Monochromatic Colors of #834485
Black with #834485
Text Example
Text Example
White with #834485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834485; }
p { color: rgb(131,68,133); }
H1.HeaderClassName
{
color: #834485;
}
.AnyTagClassName
{
color: #834485;
}
</style>
background-color css
<style>
a { background-color: #834485; }
a { background-color: rgb(131,68,133); }
div.DivClassName
{
background-color: #834485;
}
.BgClassName
{
background-color: #834485;
}
</style>
border-color css
<style>
span { border-color: #834485; }
span { border-color: rgb(131,68,133); }
td.TdClassName
{
border-color: #834485;
}
.TagClassName
{
border-color: #834485;
}
</style>