Shades of Vivid Violet #834C8C
Tints of Vivid Violet #834C8C
RGB
CMYK
RGB Variations
Color information
#834C8C (or 0x834C8C) is known color: Vivid Violet. HEX triplet: 83, 4C and 8C. RGB value is (131,76,140). Sum of RGB (Red+Green+Blue) = 131+76+140=347 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.75% from 347); Green value is 76 (30.08% from 255 or 21.90% from 347); Blue value is 140 (55.08% from 255 or 40.35% from 347); Max value from RGB is 140 - color contains mainly: blue. Hex color #834C8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834C8C is #7CB373. Grayscale: #636363. Windows color (decimal): -8172404 or 9194627. OLE color: 9194627.
HSL color Cylindrical-coordinate representation of color #834C8C: hue angle of 291.56º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #834C8C is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 76 | 140 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.45 |
| HSL | 291.56º | 0.3% | 0.42% | - |
| HSV(B) | 291.56º | 0.46% | 0.55% | - |
| XYZ | 16.68 | 11.89 | 26.23 | - |
| YUV | 99.74 | 150.72 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 76 | 140 | 0.06 | 0.46 | 0 | 0.45 | 291.56 | 0.3 | 0.42 |
| Hex | 83 | 4C | 8C | 6 | 2E | 0 | 2D | 124 | 1E | 2A |
| Octal | 203 | 114 | 214 | 6 | 56 | 0 | 55 | 444 | 36 | 52 |
| Binary | 10000011 | 1001100 | 10001100 | 110 | 101110 | 0 | 101101 | 100100100 | 11110 | 101010 |
Color Harmonies of #834C8C
Complementary color
Monochromatic Colors of #834C8C
Black with #834C8C
Text Example
Text Example
White with #834C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834C8C; }
p { color: rgb(131,76,140); }
H1.HeaderClassName
{
color: #834C8C;
}
.AnyTagClassName
{
color: #834C8C;
}
</style>
background-color css
<style>
a { background-color: #834C8C; }
a { background-color: rgb(131,76,140); }
div.DivClassName
{
background-color: #834C8C;
}
.BgClassName
{
background-color: #834C8C;
}
</style>
border-color css
<style>
span { border-color: #834C8C; }
span { border-color: rgb(131,76,140); }
td.TdClassName
{
border-color: #834C8C;
}
.TagClassName
{
border-color: #834C8C;
}
</style>