Shades of Vivid Violet #843296
Tints of Vivid Violet #843296
RGB
CMYK
RGB Variations
Color information
#843296 (or 0x843296) is known color: Vivid Violet. HEX triplet: 84, 32 and 96. RGB value is (132,50,150). Sum of RGB (Red+Green+Blue) = 132+50+150=332 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.76% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 150 (58.98% from 255 or 45.18% from 332); Max value from RGB is 150 - color contains mainly: blue. Hex color #843296 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843296 is #7BCD69. Grayscale: #555555. Windows color (decimal): -8113514 or 9843332. OLE color: 9843332.
HSL color Cylindrical-coordinate representation of color #843296: hue angle of 289.2º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #843296 is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 132 | 50 | 150 | - |
| CMYK | 0.12 | 0.67 | 0 | 0.41 |
| HSL | 289.2º | 0.5% | 0.39% | - |
| HSV(B) | 289.2º | 0.67% | 0.59% | - |
| XYZ | 16.16 | 9.39 | 29.81 | - |
| YUV | 85.92 | 164.17 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 50 | 150 | 0.12 | 0.67 | 0 | 0.41 | 289.2 | 0.5 | 0.39 |
| Hex | 84 | 32 | 96 | C | 43 | 0 | 29 | 121 | 32 | 27 |
| Octal | 204 | 62 | 226 | 14 | 103 | 0 | 51 | 441 | 62 | 47 |
| Binary | 10000100 | 110010 | 10010110 | 1100 | 1000011 | 0 | 101001 | 100100001 | 110010 | 100111 |
Color Harmonies of #843296
Complementary color
Monochromatic Colors of #843296
Black with #843296
Text Example
Text Example
White with #843296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843296; }
p { color: rgb(132,50,150); }
H1.HeaderClassName
{
color: #843296;
}
.AnyTagClassName
{
color: #843296;
}
</style>
background-color css
<style>
a { background-color: #843296; }
a { background-color: rgb(132,50,150); }
div.DivClassName
{
background-color: #843296;
}
.BgClassName
{
background-color: #843296;
}
</style>
border-color css
<style>
span { border-color: #843296; }
span { border-color: rgb(132,50,150); }
td.TdClassName
{
border-color: #843296;
}
.TagClassName
{
border-color: #843296;
}
</style>