Shades of Vivid Violet #834B9C
Tints of Vivid Violet #834B9C
RGB
CMYK
RGB Variations
Color information
#834B9C (or 0x834B9C) is known color: Vivid Violet. HEX triplet: 83, 4B and 9C. RGB value is (131,75,156). Sum of RGB (Red+Green+Blue) = 131+75+156=362 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.19% from 362); Green value is 75 (29.69% from 255 or 20.72% from 362); Blue value is 156 (61.33% from 255 or 43.09% from 362); Max value from RGB is 156 - color contains mainly: blue. Hex color #834B9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834B9C is #7CB463. Grayscale: #646464. Windows color (decimal): -8172644 or 10242947. OLE color: 10242947.
HSL color Cylindrical-coordinate representation of color #834B9C: hue angle of 281.48º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #834B9C is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 131 | 75 | 156 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.39 |
| HSL | 281.48º | 0.35% | 0.45% | - |
| HSV(B) | 281.48º | 0.52% | 0.61% | - |
| XYZ | 17.88 | 12.26 | 32.88 | - |
| YUV | 100.98 | 159.05 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 75 | 156 | 0.16 | 0.52 | 0 | 0.39 | 281.48 | 0.35 | 0.45 |
| Hex | 83 | 4B | 9C | 10 | 34 | 0 | 27 | 119 | 23 | 2D |
| Octal | 203 | 113 | 234 | 20 | 64 | 0 | 47 | 431 | 43 | 55 |
| Binary | 10000011 | 1001011 | 10011100 | 10000 | 110100 | 0 | 100111 | 100011001 | 100011 | 101101 |
Color Harmonies of #834B9C
Complementary color
Monochromatic Colors of #834B9C
Black with #834B9C
Text Example
Text Example
White with #834B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834B9C; }
p { color: rgb(131,75,156); }
H1.HeaderClassName
{
color: #834B9C;
}
.AnyTagClassName
{
color: #834B9C;
}
</style>
background-color css
<style>
a { background-color: #834B9C; }
a { background-color: rgb(131,75,156); }
div.DivClassName
{
background-color: #834B9C;
}
.BgClassName
{
background-color: #834B9C;
}
</style>
border-color css
<style>
span { border-color: #834B9C; }
span { border-color: rgb(131,75,156); }
td.TdClassName
{
border-color: #834B9C;
}
.TagClassName
{
border-color: #834B9C;
}
</style>