Shades of Vivid Violet #843896
Tints of Vivid Violet #843896
RGB
CMYK
RGB Variations
Color information
#843896 (or 0x843896) is known color: Vivid Violet. HEX triplet: 84, 38 and 96. RGB value is (132,56,150). Sum of RGB (Red+Green+Blue) = 132+56+150=338 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.05% from 338); Green value is 56 (22.27% from 255 or 16.57% from 338); Blue value is 150 (58.98% from 255 or 44.38% from 338); Max value from RGB is 150 - color contains mainly: blue. Hex color #843896 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843896 is #7BC769. Grayscale: #595959. Windows color (decimal): -8111978 or 9844868. OLE color: 9844868.
HSL color Cylindrical-coordinate representation of color #843896: hue angle of 288.51º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #843896 is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 132 | 56 | 150 | - |
| CMYK | 0.12 | 0.63 | 0 | 0.41 |
| HSL | 288.51º | 0.46% | 0.4% | - |
| HSV(B) | 288.51º | 0.63% | 0.59% | - |
| XYZ | 16.43 | 9.94 | 29.91 | - |
| YUV | 89.44 | 162.18 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 56 | 150 | 0.12 | 0.63 | 0 | 0.41 | 288.51 | 0.46 | 0.4 |
| Hex | 84 | 38 | 96 | C | 3F | 0 | 29 | 121 | 2E | 28 |
| Octal | 204 | 70 | 226 | 14 | 77 | 0 | 51 | 441 | 56 | 50 |
| Binary | 10000100 | 111000 | 10010110 | 1100 | 111111 | 0 | 101001 | 100100001 | 101110 | 101000 |
Color Harmonies of #843896
Complementary color
Monochromatic Colors of #843896
Black with #843896
Text Example
Text Example
White with #843896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843896; }
p { color: rgb(132,56,150); }
H1.HeaderClassName
{
color: #843896;
}
.AnyTagClassName
{
color: #843896;
}
</style>
background-color css
<style>
a { background-color: #843896; }
a { background-color: rgb(132,56,150); }
div.DivClassName
{
background-color: #843896;
}
.BgClassName
{
background-color: #843896;
}
</style>
border-color css
<style>
span { border-color: #843896; }
span { border-color: rgb(132,56,150); }
td.TdClassName
{
border-color: #843896;
}
.TagClassName
{
border-color: #843896;
}
</style>