Shades of Vivid Violet #843496
Tints of Vivid Violet #843496
RGB
CMYK
RGB Variations
Color information
#843496 (or 0x843496) is known color: Vivid Violet. HEX triplet: 84, 34 and 96. RGB value is (132,52,150). Sum of RGB (Red+Green+Blue) = 132+52+150=334 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.52% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 150 (58.98% from 255 or 44.91% from 334); Max value from RGB is 150 - color contains mainly: blue. Hex color #843496 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843496 is #7BCB69. Grayscale: #565656. Windows color (decimal): -8113002 or 9843844. OLE color: 9843844.
HSL color Cylindrical-coordinate representation of color #843496: hue angle of 288.98º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #843496 is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 132 | 52 | 150 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.41 |
| HSL | 288.98º | 0.49% | 0.4% | - |
| HSV(B) | 288.98º | 0.65% | 0.59% | - |
| XYZ | 16.25 | 9.56 | 29.84 | - |
| YUV | 87.09 | 163.5 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 52 | 150 | 0.12 | 0.65 | 0 | 0.41 | 288.98 | 0.49 | 0.4 |
| Hex | 84 | 34 | 96 | C | 41 | 0 | 29 | 121 | 31 | 28 |
| Octal | 204 | 64 | 226 | 14 | 101 | 0 | 51 | 441 | 61 | 50 |
| Binary | 10000100 | 110100 | 10010110 | 1100 | 1000001 | 0 | 101001 | 100100001 | 110001 | 101000 |
Color Harmonies of #843496
Complementary color
Monochromatic Colors of #843496
Black with #843496
Text Example
Text Example
White with #843496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843496; }
p { color: rgb(132,52,150); }
H1.HeaderClassName
{
color: #843496;
}
.AnyTagClassName
{
color: #843496;
}
</style>
background-color css
<style>
a { background-color: #843496; }
a { background-color: rgb(132,52,150); }
div.DivClassName
{
background-color: #843496;
}
.BgClassName
{
background-color: #843496;
}
</style>
border-color css
<style>
span { border-color: #843496; }
span { border-color: rgb(132,52,150); }
td.TdClassName
{
border-color: #843496;
}
.TagClassName
{
border-color: #843496;
}
</style>