Shades of Vivid Violet #843386
Tints of Vivid Violet #843386
RGB
CMYK
RGB Variations
Color information
#843386 (or 0x843386) is known color: Vivid Violet. HEX triplet: 84, 33 and 86. RGB value is (132,51,134). Sum of RGB (Red+Green+Blue) = 132+51+134=317 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.64% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 134 (52.73% from 255 or 42.27% from 317); Max value from RGB is 134 - color contains mainly: blue. Hex color #843386 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843386 is #7BCC79. Grayscale: #545454. Windows color (decimal): -8113274 or 8795012. OLE color: 8795012.
HSL color Cylindrical-coordinate representation of color #843386: hue angle of 298.55º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #843386 is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 132 | 51 | 134 | - |
| CMYK | 0.01 | 0.62 | 0 | 0.47 |
| HSL | 298.55º | 0.45% | 0.36% | - |
| HSV(B) | 298.55º | 0.62% | 0.53% | - |
| XYZ | 15 | 8.99 | 23.5 | - |
| YUV | 84.68 | 155.84 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 51 | 134 | 0.01 | 0.62 | 0 | 0.47 | 298.55 | 0.45 | 0.36 |
| Hex | 84 | 33 | 86 | 1 | 3E | 0 | 2F | 12B | 2D | 24 |
| Octal | 204 | 63 | 206 | 1 | 76 | 0 | 57 | 453 | 55 | 44 |
| Binary | 10000100 | 110011 | 10000110 | 1 | 111110 | 0 | 101111 | 100101011 | 101101 | 100100 |
Color Harmonies of #843386
Complementary color
Monochromatic Colors of #843386
Black with #843386
Text Example
Text Example
White with #843386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843386; }
p { color: rgb(132,51,134); }
H1.HeaderClassName
{
color: #843386;
}
.AnyTagClassName
{
color: #843386;
}
</style>
background-color css
<style>
a { background-color: #843386; }
a { background-color: rgb(132,51,134); }
div.DivClassName
{
background-color: #843386;
}
.BgClassName
{
background-color: #843386;
}
</style>
border-color css
<style>
span { border-color: #843386; }
span { border-color: rgb(132,51,134); }
td.TdClassName
{
border-color: #843386;
}
.TagClassName
{
border-color: #843386;
}
</style>