Shades of Vivid Violet #843191
Tints of Vivid Violet #843191
RGB
CMYK
RGB Variations
Color information
#843191 (or 0x843191) is known color: Vivid Violet. HEX triplet: 84, 31 and 91. RGB value is (132,49,145). Sum of RGB (Red+Green+Blue) = 132+49+145=326 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.49% from 326); Green value is 49 (19.53% from 255 or 15.03% from 326); Blue value is 145 (57.03% from 255 or 44.48% from 326); Max value from RGB is 145 - color contains mainly: blue. Hex color #843191 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843191 is #7BCE6E. Grayscale: #545454. Windows color (decimal): -8113775 or 9515396. OLE color: 9515396.
HSL color Cylindrical-coordinate representation of color #843191: hue angle of 291.88º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #843191 is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 132 | 49 | 145 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.43 |
| HSL | 291.88º | 0.49% | 0.38% | - |
| HSV(B) | 291.88º | 0.66% | 0.57% | - |
| XYZ | 15.72 | 9.15 | 27.72 | - |
| YUV | 84.76 | 162 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 49 | 145 | 0.09 | 0.66 | 0 | 0.43 | 291.88 | 0.49 | 0.38 |
| Hex | 84 | 31 | 91 | 9 | 42 | 0 | 2B | 124 | 31 | 26 |
| Octal | 204 | 61 | 221 | 11 | 102 | 0 | 53 | 444 | 61 | 46 |
| Binary | 10000100 | 110001 | 10010001 | 1001 | 1000010 | 0 | 101011 | 100100100 | 110001 | 100110 |
Color Harmonies of #843191
Complementary color
Monochromatic Colors of #843191
Black with #843191
Text Example
Text Example
White with #843191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843191; }
p { color: rgb(132,49,145); }
H1.HeaderClassName
{
color: #843191;
}
.AnyTagClassName
{
color: #843191;
}
</style>
background-color css
<style>
a { background-color: #843191; }
a { background-color: rgb(132,49,145); }
div.DivClassName
{
background-color: #843191;
}
.BgClassName
{
background-color: #843191;
}
</style>
border-color css
<style>
span { border-color: #843191; }
span { border-color: rgb(132,49,145); }
td.TdClassName
{
border-color: #843191;
}
.TagClassName
{
border-color: #843191;
}
</style>