Shades of Vivid Violet #843192
Tints of Vivid Violet #843192
RGB
CMYK
RGB Variations
Color information
#843192 (or 0x843192) is known color: Vivid Violet. HEX triplet: 84, 31 and 92. RGB value is (132,49,146). Sum of RGB (Red+Green+Blue) = 132+49+146=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 49 (19.53% from 255 or 14.98% from 327); Blue value is 146 (57.42% from 255 or 44.65% from 327); Max value from RGB is 146 - color contains mainly: blue. Hex color #843192 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843192 is #7BCE6D. Grayscale: #545454. Windows color (decimal): -8113774 or 9580932. OLE color: 9580932.
HSL color Cylindrical-coordinate representation of color #843192: hue angle of 291.34º degrees, saturation: 0.5, 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 #843192 is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 132 | 49 | 146 | - |
| CMYK | 0.10 | 0.66 | 0 | 0.43 |
| HSL | 291.34º | 0.5% | 0.38% | - |
| HSV(B) | 291.34º | 0.66% | 0.57% | - |
| XYZ | 15.8 | 9.18 | 28.13 | - |
| YUV | 84.88 | 162.5 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 49 | 146 | 0.10 | 0.66 | 0 | 0.43 | 291.34 | 0.5 | 0.38 |
| Hex | 84 | 31 | 92 | A | 42 | 0 | 2B | 123 | 32 | 26 |
| Octal | 204 | 61 | 222 | 12 | 102 | 0 | 53 | 443 | 62 | 46 |
| Binary | 10000100 | 110001 | 10010010 | 1010 | 1000010 | 0 | 101011 | 100100011 | 110010 | 100110 |
Color Harmonies of #843192
Complementary color
Monochromatic Colors of #843192
Black with #843192
Text Example
Text Example
White with #843192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843192; }
p { color: rgb(132,49,146); }
H1.HeaderClassName
{
color: #843192;
}
.AnyTagClassName
{
color: #843192;
}
</style>
background-color css
<style>
a { background-color: #843192; }
a { background-color: rgb(132,49,146); }
div.DivClassName
{
background-color: #843192;
}
.BgClassName
{
background-color: #843192;
}
</style>
border-color css
<style>
span { border-color: #843192; }
span { border-color: rgb(132,49,146); }
td.TdClassName
{
border-color: #843192;
}
.TagClassName
{
border-color: #843192;
}
</style>