Shades of Vivid Violet #834388
Tints of Vivid Violet #834388
RGB
CMYK
RGB Variations
Color information
#834388 (or 0x834388) is known color: Vivid Violet. HEX triplet: 83, 43 and 88. RGB value is (131,67,136). Sum of RGB (Red+Green+Blue) = 131+67+136=334 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.22% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 136 (53.52% from 255 or 40.72% from 334); Max value from RGB is 136 - color contains mainly: blue. Hex color #834388 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834388 is #7CBC77. Grayscale: #5D5D5D. Windows color (decimal): -8174712 or 8930179. OLE color: 8930179.
HSL color Cylindrical-coordinate representation of color #834388: hue angle of 295.65º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #834388 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 67 | 136 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.47 |
| HSL | 295.65º | 0.34% | 0.4% | - |
| HSV(B) | 295.65º | 0.51% | 0.53% | - |
| XYZ | 15.81 | 10.62 | 24.51 | - |
| YUV | 94 | 151.7 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 67 | 136 | 0.04 | 0.51 | 0 | 0.47 | 295.65 | 0.34 | 0.4 |
| Hex | 83 | 43 | 88 | 4 | 33 | 0 | 2F | 128 | 22 | 28 |
| Octal | 203 | 103 | 210 | 4 | 63 | 0 | 57 | 450 | 42 | 50 |
| Binary | 10000011 | 1000011 | 10001000 | 100 | 110011 | 0 | 101111 | 100101000 | 100010 | 101000 |
Color Harmonies of #834388
Complementary color
Monochromatic Colors of #834388
Black with #834388
Text Example
Text Example
White with #834388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834388; }
p { color: rgb(131,67,136); }
H1.HeaderClassName
{
color: #834388;
}
.AnyTagClassName
{
color: #834388;
}
</style>
background-color css
<style>
a { background-color: #834388; }
a { background-color: rgb(131,67,136); }
div.DivClassName
{
background-color: #834388;
}
.BgClassName
{
background-color: #834388;
}
</style>
border-color css
<style>
span { border-color: #834388; }
span { border-color: rgb(131,67,136); }
td.TdClassName
{
border-color: #834388;
}
.TagClassName
{
border-color: #834388;
}
</style>