Shades of Vivid Violet #84418A
Tints of Vivid Violet #84418A
RGB
CMYK
RGB Variations
Color information
#84418A (or 0x84418A) is known color: Vivid Violet. HEX triplet: 84, 41 and 8A. RGB value is (132,65,138). Sum of RGB (Red+Green+Blue) = 132+65+138=335 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.40% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 138 (54.30% from 255 or 41.19% from 335); Max value from RGB is 138 - color contains mainly: blue. Hex color #84418A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84418A is #7BBE75. Grayscale: #5D5D5D. Windows color (decimal): -8109686 or 9060740. OLE color: 9060740.
HSL color Cylindrical-coordinate representation of color #84418A: hue angle of 295.07º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #84418A is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 132 | 65 | 138 | - |
| CMYK | 0.04 | 0.53 | 0 | 0.46 |
| HSL | 295.07º | 0.36% | 0.4% | - |
| HSV(B) | 295.07º | 0.53% | 0.54% | - |
| XYZ | 15.99 | 10.52 | 25.23 | - |
| YUV | 93.36 | 153.2 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 65 | 138 | 0.04 | 0.53 | 0 | 0.46 | 295.07 | 0.36 | 0.4 |
| Hex | 84 | 41 | 8A | 4 | 35 | 0 | 2E | 127 | 24 | 28 |
| Octal | 204 | 101 | 212 | 4 | 65 | 0 | 56 | 447 | 44 | 50 |
| Binary | 10000100 | 1000001 | 10001010 | 100 | 110101 | 0 | 101110 | 100100111 | 100100 | 101000 |
Color Harmonies of #84418A
Complementary color
Monochromatic Colors of #84418A
Black with #84418A
Text Example
Text Example
White with #84418A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84418A; }
p { color: rgb(132,65,138); }
H1.HeaderClassName
{
color: #84418A;
}
.AnyTagClassName
{
color: #84418A;
}
</style>
background-color css
<style>
a { background-color: #84418A; }
a { background-color: rgb(132,65,138); }
div.DivClassName
{
background-color: #84418A;
}
.BgClassName
{
background-color: #84418A;
}
</style>
border-color css
<style>
span { border-color: #84418A; }
span { border-color: rgb(132,65,138); }
td.TdClassName
{
border-color: #84418A;
}
.TagClassName
{
border-color: #84418A;
}
</style>