Shades of Vivid Violet #843696
Tints of Vivid Violet #843696
RGB
CMYK
RGB Variations
Color information
#843696 (or 0x843696) is known color: Vivid Violet. HEX triplet: 84, 36 and 96. RGB value is (132,54,150). Sum of RGB (Red+Green+Blue) = 132+54+150=336 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.29% from 336); Green value is 54 (21.48% from 255 or 16.07% from 336); Blue value is 150 (58.98% from 255 or 44.64% from 336); Max value from RGB is 150 - color contains mainly: blue. Hex color #843696 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843696 is #7BC969. Grayscale: #575757. Windows color (decimal): -8112490 or 9844356. OLE color: 9844356.
HSL color Cylindrical-coordinate representation of color #843696: hue angle of 288.75º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #843696 is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 132 | 54 | 150 | - |
| CMYK | 0.12 | 0.64 | 0 | 0.41 |
| HSL | 288.75º | 0.47% | 0.4% | - |
| HSV(B) | 288.75º | 0.64% | 0.59% | - |
| XYZ | 16.34 | 9.75 | 29.87 | - |
| YUV | 88.27 | 162.84 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 54 | 150 | 0.12 | 0.64 | 0 | 0.41 | 288.75 | 0.47 | 0.4 |
| Hex | 84 | 36 | 96 | C | 40 | 0 | 29 | 121 | 2F | 28 |
| Octal | 204 | 66 | 226 | 14 | 100 | 0 | 51 | 441 | 57 | 50 |
| Binary | 10000100 | 110110 | 10010110 | 1100 | 1000000 | 0 | 101001 | 100100001 | 101111 | 101000 |
Color Harmonies of #843696
Complementary color
Monochromatic Colors of #843696
Black with #843696
Text Example
Text Example
White with #843696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843696; }
p { color: rgb(132,54,150); }
H1.HeaderClassName
{
color: #843696;
}
.AnyTagClassName
{
color: #843696;
}
</style>
background-color css
<style>
a { background-color: #843696; }
a { background-color: rgb(132,54,150); }
div.DivClassName
{
background-color: #843696;
}
.BgClassName
{
background-color: #843696;
}
</style>
border-color css
<style>
span { border-color: #843696; }
span { border-color: rgb(132,54,150); }
td.TdClassName
{
border-color: #843696;
}
.TagClassName
{
border-color: #843696;
}
</style>