Shades of Vivid Violet #84338E
Tints of Vivid Violet #84338E
RGB
CMYK
RGB Variations
Color information
#84338E (or 0x84338E) is known color: Vivid Violet. HEX triplet: 84, 33 and 8E. RGB value is (132,51,142). Sum of RGB (Red+Green+Blue) = 132+51+142=325 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.62% from 325); Green value is 51 (20.31% from 255 or 15.69% from 325); Blue value is 142 (55.86% from 255 or 43.69% from 325); Max value from RGB is 142 - color contains mainly: blue. Hex color #84338E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84338E is #7BCC71. Grayscale: #555555. Windows color (decimal): -8113266 or 9319300. OLE color: 9319300.
HSL color Cylindrical-coordinate representation of color #84338E: hue angle of 293.41º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #84338E is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 51 | 142 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.44 |
| HSL | 293.41º | 0.47% | 0.38% | - |
| HSV(B) | 293.41º | 0.64% | 0.56% | - |
| XYZ | 15.58 | 9.23 | 26.55 | - |
| YUV | 85.59 | 159.84 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 51 | 142 | 0.07 | 0.64 | 0 | 0.44 | 293.41 | 0.47 | 0.38 |
| Hex | 84 | 33 | 8E | 7 | 40 | 0 | 2C | 125 | 2F | 26 |
| Octal | 204 | 63 | 216 | 7 | 100 | 0 | 54 | 445 | 57 | 46 |
| Binary | 10000100 | 110011 | 10001110 | 111 | 1000000 | 0 | 101100 | 100100101 | 101111 | 100110 |
Color Harmonies of #84338E
Complementary color
Monochromatic Colors of #84338E
Black with #84338E
Text Example
Text Example
White with #84338E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84338E; }
p { color: rgb(132,51,142); }
H1.HeaderClassName
{
color: #84338E;
}
.AnyTagClassName
{
color: #84338E;
}
</style>
background-color css
<style>
a { background-color: #84338E; }
a { background-color: rgb(132,51,142); }
div.DivClassName
{
background-color: #84338E;
}
.BgClassName
{
background-color: #84338E;
}
</style>
border-color css
<style>
span { border-color: #84338E; }
span { border-color: rgb(132,51,142); }
td.TdClassName
{
border-color: #84338E;
}
.TagClassName
{
border-color: #84338E;
}
</style>