Shades of Vivid Violet #834688
Tints of Vivid Violet #834688
RGB
CMYK
RGB Variations
Color information
#834688 (or 0x834688) is known color: Vivid Violet. HEX triplet: 83, 46 and 88. RGB value is (131,70,136). Sum of RGB (Red+Green+Blue) = 131+70+136=337 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.87% from 337); Green value is 70 (27.73% from 255 or 20.77% from 337); Blue value is 136 (53.52% from 255 or 40.36% from 337); Max value from RGB is 136 - color contains mainly: blue. Hex color #834688 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834688 is #7CB977. Grayscale: #5F5F5F. Windows color (decimal): -8173944 or 8930947. OLE color: 8930947.
HSL color Cylindrical-coordinate representation of color #834688: hue angle of 295.45º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #834688 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 70 | 136 | - |
| CMYK | 0.04 | 0.49 | 0 | 0.47 |
| HSL | 295.45º | 0.32% | 0.4% | - |
| HSV(B) | 295.45º | 0.49% | 0.53% | - |
| XYZ | 15.99 | 10.98 | 24.57 | - |
| YUV | 95.76 | 150.71 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 70 | 136 | 0.04 | 0.49 | 0 | 0.47 | 295.45 | 0.32 | 0.4 |
| Hex | 83 | 46 | 88 | 4 | 31 | 0 | 2F | 127 | 20 | 28 |
| Octal | 203 | 106 | 210 | 4 | 61 | 0 | 57 | 447 | 40 | 50 |
| Binary | 10000011 | 1000110 | 10001000 | 100 | 110001 | 0 | 101111 | 100100111 | 100000 | 101000 |
Color Harmonies of #834688
Complementary color
Monochromatic Colors of #834688
Black with #834688
Text Example
Text Example
White with #834688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834688; }
p { color: rgb(131,70,136); }
H1.HeaderClassName
{
color: #834688;
}
.AnyTagClassName
{
color: #834688;
}
</style>
background-color css
<style>
a { background-color: #834688; }
a { background-color: rgb(131,70,136); }
div.DivClassName
{
background-color: #834688;
}
.BgClassName
{
background-color: #834688;
}
</style>
border-color css
<style>
span { border-color: #834688; }
span { border-color: rgb(131,70,136); }
td.TdClassName
{
border-color: #834688;
}
.TagClassName
{
border-color: #834688;
}
</style>