Shades of Vivid Violet #843091
Tints of Vivid Violet #843091
RGB
CMYK
RGB Variations
Color information
#843091 (or 0x843091) is known color: Vivid Violet. HEX triplet: 84, 30 and 91. RGB value is (132,48,145). Sum of RGB (Red+Green+Blue) = 132+48+145=325 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.62% from 325); Green value is 48 (19.14% from 255 or 14.77% from 325); Blue value is 145 (57.03% from 255 or 44.62% from 325); Max value from RGB is 145 - color contains mainly: blue. Hex color #843091 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843091 is #7BCF6E. Grayscale: #535353. Windows color (decimal): -8114031 or 9515140. OLE color: 9515140.
HSL color Cylindrical-coordinate representation of color #843091: hue angle of 291.96º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #843091 is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 132 | 48 | 145 | - |
| CMYK | 0.09 | 0.67 | 0 | 0.43 |
| HSL | 291.96º | 0.5% | 0.38% | - |
| HSV(B) | 291.96º | 0.67% | 0.57% | - |
| XYZ | 15.68 | 9.06 | 27.71 | - |
| YUV | 84.17 | 162.33 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 48 | 145 | 0.09 | 0.67 | 0 | 0.43 | 291.96 | 0.5 | 0.38 |
| Hex | 84 | 30 | 91 | 9 | 43 | 0 | 2B | 124 | 32 | 26 |
| Octal | 204 | 60 | 221 | 11 | 103 | 0 | 53 | 444 | 62 | 46 |
| Binary | 10000100 | 110000 | 10010001 | 1001 | 1000011 | 0 | 101011 | 100100100 | 110010 | 100110 |
Color Harmonies of #843091
Complementary color
Monochromatic Colors of #843091
Black with #843091
Text Example
Text Example
White with #843091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843091; }
p { color: rgb(132,48,145); }
H1.HeaderClassName
{
color: #843091;
}
.AnyTagClassName
{
color: #843091;
}
</style>
background-color css
<style>
a { background-color: #843091; }
a { background-color: rgb(132,48,145); }
div.DivClassName
{
background-color: #843091;
}
.BgClassName
{
background-color: #843091;
}
</style>
border-color css
<style>
span { border-color: #843091; }
span { border-color: rgb(132,48,145); }
td.TdClassName
{
border-color: #843091;
}
.TagClassName
{
border-color: #843091;
}
</style>