Shades of Vivid Violet #84468A
Tints of Vivid Violet #84468A
RGB
CMYK
RGB Variations
Color information
#84468A (or 0x84468A) is known color: Vivid Violet. HEX triplet: 84, 46 and 8A. RGB value is (132,70,138). Sum of RGB (Red+Green+Blue) = 132+70+138=340 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.82% from 340); Green value is 70 (27.73% from 255 or 20.59% from 340); Blue value is 138 (54.30% from 255 or 40.59% from 340); Max value from RGB is 138 - color contains mainly: blue. Hex color #84468A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84468A is #7BB975. Grayscale: #606060. Windows color (decimal): -8108406 or 9062020. OLE color: 9062020.
HSL color Cylindrical-coordinate representation of color #84468A: hue angle of 294.71º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #84468A is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 132 | 70 | 138 | - |
| CMYK | 0.04 | 0.49 | 0 | 0.46 |
| HSL | 294.71º | 0.33% | 0.41% | - |
| HSV(B) | 294.71º | 0.49% | 0.54% | - |
| XYZ | 16.29 | 11.12 | 25.33 | - |
| YUV | 96.29 | 151.54 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 70 | 138 | 0.04 | 0.49 | 0 | 0.46 | 294.71 | 0.33 | 0.41 |
| Hex | 84 | 46 | 8A | 4 | 31 | 0 | 2E | 127 | 21 | 29 |
| Octal | 204 | 106 | 212 | 4 | 61 | 0 | 56 | 447 | 41 | 51 |
| Binary | 10000100 | 1000110 | 10001010 | 100 | 110001 | 0 | 101110 | 100100111 | 100001 | 101001 |
Color Harmonies of #84468A
Complementary color
Monochromatic Colors of #84468A
Black with #84468A
Text Example
Text Example
White with #84468A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84468A; }
p { color: rgb(132,70,138); }
H1.HeaderClassName
{
color: #84468A;
}
.AnyTagClassName
{
color: #84468A;
}
</style>
background-color css
<style>
a { background-color: #84468A; }
a { background-color: rgb(132,70,138); }
div.DivClassName
{
background-color: #84468A;
}
.BgClassName
{
background-color: #84468A;
}
</style>
border-color css
<style>
span { border-color: #84468A; }
span { border-color: rgb(132,70,138); }
td.TdClassName
{
border-color: #84468A;
}
.TagClassName
{
border-color: #84468A;
}
</style>