Shades of Vivid Violet #843B95
Tints of Vivid Violet #843B95
RGB
CMYK
RGB Variations
Color information
#843B95 (or 0x843B95) is known color: Vivid Violet. HEX triplet: 84, 3B and 95. RGB value is (132,59,149). Sum of RGB (Red+Green+Blue) = 132+59+149=340 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.82% from 340); Green value is 59 (23.44% from 255 or 17.35% from 340); Blue value is 149 (58.59% from 255 or 43.82% from 340); Max value from RGB is 149 - color contains mainly: blue. Hex color #843B95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843B95 is #7BC46A. Grayscale: #5A5A5A. Windows color (decimal): -8111211 or 9780100. OLE color: 9780100.
HSL color Cylindrical-coordinate representation of color #843B95: hue angle of 288.67º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #843B95 is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 132 | 59 | 149 | - |
| CMYK | 0.11 | 0.60 | 0 | 0.42 |
| HSL | 288.67º | 0.43% | 0.41% | - |
| HSV(B) | 288.67º | 0.6% | 0.58% | - |
| XYZ | 16.5 | 10.2 | 29.53 | - |
| YUV | 91.09 | 160.68 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 59 | 149 | 0.11 | 0.60 | 0 | 0.42 | 288.67 | 0.43 | 0.41 |
| Hex | 84 | 3B | 95 | B | 3C | 0 | 2A | 121 | 2B | 29 |
| Octal | 204 | 73 | 225 | 13 | 74 | 0 | 52 | 441 | 53 | 51 |
| Binary | 10000100 | 111011 | 10010101 | 1011 | 111100 | 0 | 101010 | 100100001 | 101011 | 101001 |
Color Harmonies of #843B95
Complementary color
Monochromatic Colors of #843B95
Black with #843B95
Text Example
Text Example
White with #843B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843B95; }
p { color: rgb(132,59,149); }
H1.HeaderClassName
{
color: #843B95;
}
.AnyTagClassName
{
color: #843B95;
}
</style>
background-color css
<style>
a { background-color: #843B95; }
a { background-color: rgb(132,59,149); }
div.DivClassName
{
background-color: #843B95;
}
.BgClassName
{
background-color: #843B95;
}
</style>
border-color css
<style>
span { border-color: #843B95; }
span { border-color: rgb(132,59,149); }
td.TdClassName
{
border-color: #843B95;
}
.TagClassName
{
border-color: #843B95;
}
</style>