Shades of Vivid Violet #84338D
Tints of Vivid Violet #84338D
RGB
CMYK
RGB Variations
Color information
#84338D (or 0x84338D) is known color: Vivid Violet. HEX triplet: 84, 33 and 8D. RGB value is (132,51,141). Sum of RGB (Red+Green+Blue) = 132+51+141=324 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.74% from 324); Green value is 51 (20.31% from 255 or 15.74% from 324); Blue value is 141 (55.47% from 255 or 43.52% from 324); Max value from RGB is 141 - color contains mainly: blue. Hex color #84338D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84338D is #7BCC72. Grayscale: #555555. Windows color (decimal): -8113267 or 9253764. OLE color: 9253764.
HSL color Cylindrical-coordinate representation of color #84338D: hue angle of 294º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #84338D is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 51 | 141 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.45 |
| HSL | 294º | 0.47% | 0.38% | - |
| HSV(B) | 294º | 0.64% | 0.55% | - |
| XYZ | 15.51 | 9.2 | 26.16 | - |
| YUV | 85.48 | 159.34 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 51 | 141 | 0.06 | 0.64 | 0 | 0.45 | 294 | 0.47 | 0.38 |
| Hex | 84 | 33 | 8D | 6 | 40 | 0 | 2D | 126 | 2F | 26 |
| Octal | 204 | 63 | 215 | 6 | 100 | 0 | 55 | 446 | 57 | 46 |
| Binary | 10000100 | 110011 | 10001101 | 110 | 1000000 | 0 | 101101 | 100100110 | 101111 | 100110 |
Color Harmonies of #84338D
Complementary color
Monochromatic Colors of #84338D
Black with #84338D
Text Example
Text Example
White with #84338D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84338D; }
p { color: rgb(132,51,141); }
H1.HeaderClassName
{
color: #84338D;
}
.AnyTagClassName
{
color: #84338D;
}
</style>
background-color css
<style>
a { background-color: #84338D; }
a { background-color: rgb(132,51,141); }
div.DivClassName
{
background-color: #84338D;
}
.BgClassName
{
background-color: #84338D;
}
</style>
border-color css
<style>
span { border-color: #84338D; }
span { border-color: rgb(132,51,141); }
td.TdClassName
{
border-color: #84338D;
}
.TagClassName
{
border-color: #84338D;
}
</style>