Shades of Vivid Violet #834188
Tints of Vivid Violet #834188
RGB
CMYK
RGB Variations
Color information
#834188 (or 0x834188) is known color: Vivid Violet. HEX triplet: 83, 41 and 88. RGB value is (131,65,136). Sum of RGB (Red+Green+Blue) = 131+65+136=332 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.46% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 136 (53.52% from 255 or 40.96% from 332); Max value from RGB is 136 - color contains mainly: blue. Hex color #834188 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834188 is #7CBE77. Grayscale: #5C5C5C. Windows color (decimal): -8175224 or 8929667. OLE color: 8929667.
HSL color Cylindrical-coordinate representation of color #834188: hue angle of 295.77º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #834188 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 65 | 136 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.47 |
| HSL | 295.77º | 0.35% | 0.39% | - |
| HSV(B) | 295.77º | 0.52% | 0.53% | - |
| XYZ | 15.69 | 10.38 | 24.47 | - |
| YUV | 92.83 | 152.37 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 65 | 136 | 0.04 | 0.52 | 0 | 0.47 | 295.77 | 0.35 | 0.39 |
| Hex | 83 | 41 | 88 | 4 | 34 | 0 | 2F | 128 | 23 | 27 |
| Octal | 203 | 101 | 210 | 4 | 64 | 0 | 57 | 450 | 43 | 47 |
| Binary | 10000011 | 1000001 | 10001000 | 100 | 110100 | 0 | 101111 | 100101000 | 100011 | 100111 |
Color Harmonies of #834188
Complementary color
Monochromatic Colors of #834188
Black with #834188
Text Example
Text Example
White with #834188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834188; }
p { color: rgb(131,65,136); }
H1.HeaderClassName
{
color: #834188;
}
.AnyTagClassName
{
color: #834188;
}
</style>
background-color css
<style>
a { background-color: #834188; }
a { background-color: rgb(131,65,136); }
div.DivClassName
{
background-color: #834188;
}
.BgClassName
{
background-color: #834188;
}
</style>
border-color css
<style>
span { border-color: #834188; }
span { border-color: rgb(131,65,136); }
td.TdClassName
{
border-color: #834188;
}
.TagClassName
{
border-color: #834188;
}
</style>