Shades of Vivid Violet #84339C
Tints of Vivid Violet #84339C
RGB
CMYK
RGB Variations
Color information
#84339C (or 0x84339C) is known color: Vivid Violet. HEX triplet: 84, 33 and 9C. RGB value is (132,51,156). Sum of RGB (Red+Green+Blue) = 132+51+156=339 (44% of max value = 765). Red value is 132 (51.95% from 255 or 38.94% from 339); Green value is 51 (20.31% from 255 or 15.04% from 339); Blue value is 156 (61.33% from 255 or 46.02% from 339); Max value from RGB is 156 - color contains mainly: blue. Hex color #84339C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84339C is #7BCC63. Grayscale: #565656. Windows color (decimal): -8113252 or 10236804. OLE color: 10236804.
HSL color Cylindrical-coordinate representation of color #84339C: hue angle of 286.29º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #84339C is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 132 | 51 | 156 | - |
| CMYK | 0.15 | 0.67 | 0 | 0.39 |
| HSL | 286.29º | 0.51% | 0.41% | - |
| HSV(B) | 286.29º | 0.67% | 0.61% | - |
| XYZ | 16.7 | 9.67 | 32.44 | - |
| YUV | 87.19 | 166.84 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 51 | 156 | 0.15 | 0.67 | 0 | 0.39 | 286.29 | 0.51 | 0.41 |
| Hex | 84 | 33 | 9C | F | 43 | 0 | 27 | 11E | 33 | 29 |
| Octal | 204 | 63 | 234 | 17 | 103 | 0 | 47 | 436 | 63 | 51 |
| Binary | 10000100 | 110011 | 10011100 | 1111 | 1000011 | 0 | 100111 | 100011110 | 110011 | 101001 |
Color Harmonies of #84339C
Complementary color
Monochromatic Colors of #84339C
Black with #84339C
Text Example
Text Example
White with #84339C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84339C; }
p { color: rgb(132,51,156); }
H1.HeaderClassName
{
color: #84339C;
}
.AnyTagClassName
{
color: #84339C;
}
</style>
background-color css
<style>
a { background-color: #84339C; }
a { background-color: rgb(132,51,156); }
div.DivClassName
{
background-color: #84339C;
}
.BgClassName
{
background-color: #84339C;
}
</style>
border-color css
<style>
span { border-color: #84339C; }
span { border-color: rgb(132,51,156); }
td.TdClassName
{
border-color: #84339C;
}
.TagClassName
{
border-color: #84339C;
}
</style>