Shades of Vivid Violet #84338A
Tints of Vivid Violet #84338A
RGB
CMYK
RGB Variations
Color information
#84338A (or 0x84338A) is known color: Vivid Violet. HEX triplet: 84, 33 and 8A. RGB value is (132,51,138). Sum of RGB (Red+Green+Blue) = 132+51+138=321 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.12% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 138 (54.30% from 255 or 42.99% from 321); Max value from RGB is 138 - color contains mainly: blue. Hex color #84338A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84338A is #7BCC75. Grayscale: #545454. Windows color (decimal): -8113270 or 9057156. OLE color: 9057156.
HSL color Cylindrical-coordinate representation of color #84338A: hue angle of 295.86º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #84338A is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 132 | 51 | 138 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.46 |
| HSL | 295.86º | 0.46% | 0.37% | - |
| HSV(B) | 295.86º | 0.63% | 0.54% | - |
| XYZ | 15.29 | 9.11 | 25 | - |
| YUV | 85.14 | 157.84 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 51 | 138 | 0.04 | 0.63 | 0 | 0.46 | 295.86 | 0.46 | 0.37 |
| Hex | 84 | 33 | 8A | 4 | 3F | 0 | 2E | 128 | 2E | 25 |
| Octal | 204 | 63 | 212 | 4 | 77 | 0 | 56 | 450 | 56 | 45 |
| Binary | 10000100 | 110011 | 10001010 | 100 | 111111 | 0 | 101110 | 100101000 | 101110 | 100101 |
Color Harmonies of #84338A
Complementary color
Monochromatic Colors of #84338A
Black with #84338A
Text Example
Text Example
White with #84338A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84338A; }
p { color: rgb(132,51,138); }
H1.HeaderClassName
{
color: #84338A;
}
.AnyTagClassName
{
color: #84338A;
}
</style>
background-color css
<style>
a { background-color: #84338A; }
a { background-color: rgb(132,51,138); }
div.DivClassName
{
background-color: #84338A;
}
.BgClassName
{
background-color: #84338A;
}
</style>
border-color css
<style>
span { border-color: #84338A; }
span { border-color: rgb(132,51,138); }
td.TdClassName
{
border-color: #84338A;
}
.TagClassName
{
border-color: #84338A;
}
</style>