Shades of Vivid Violet #843392
Tints of Vivid Violet #843392
RGB
CMYK
RGB Variations
Color information
#843392 (or 0x843392) is known color: Vivid Violet. HEX triplet: 84, 33 and 92. RGB value is (132,51,146). Sum of RGB (Red+Green+Blue) = 132+51+146=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 146 (57.42% from 255 or 44.38% from 329); Max value from RGB is 146 - color contains mainly: blue. Hex color #843392 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843392 is #7BCC6D. Grayscale: #555555. Windows color (decimal): -8113262 or 9581444. OLE color: 9581444.
HSL color Cylindrical-coordinate representation of color #843392: hue angle of 291.16º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #843392 is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 132 | 51 | 146 | - |
| CMYK | 0.10 | 0.65 | 0 | 0.43 |
| HSL | 291.16º | 0.48% | 0.39% | - |
| HSV(B) | 291.16º | 0.65% | 0.57% | - |
| XYZ | 15.89 | 9.35 | 28.16 | - |
| YUV | 86.05 | 161.84 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 51 | 146 | 0.10 | 0.65 | 0 | 0.43 | 291.16 | 0.48 | 0.39 |
| Hex | 84 | 33 | 92 | A | 41 | 0 | 2B | 123 | 30 | 27 |
| Octal | 204 | 63 | 222 | 12 | 101 | 0 | 53 | 443 | 60 | 47 |
| Binary | 10000100 | 110011 | 10010010 | 1010 | 1000001 | 0 | 101011 | 100100011 | 110000 | 100111 |
Color Harmonies of #843392
Complementary color
Monochromatic Colors of #843392
Black with #843392
Text Example
Text Example
White with #843392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843392; }
p { color: rgb(132,51,146); }
H1.HeaderClassName
{
color: #843392;
}
.AnyTagClassName
{
color: #843392;
}
</style>
background-color css
<style>
a { background-color: #843392; }
a { background-color: rgb(132,51,146); }
div.DivClassName
{
background-color: #843392;
}
.BgClassName
{
background-color: #843392;
}
</style>
border-color css
<style>
span { border-color: #843392; }
span { border-color: rgb(132,51,146); }
td.TdClassName
{
border-color: #843392;
}
.TagClassName
{
border-color: #843392;
}
</style>