Shades of Vivid Violet #84279A
Tints of Vivid Violet #84279A
RGB
CMYK
RGB Variations
Color information
#84279A (or 0x84279A) is known color: Vivid Violet. HEX triplet: 84, 27 and 9A. RGB value is (132,39,154). Sum of RGB (Red+Green+Blue) = 132+39+154=325 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.62% from 325); Green value is 39 (15.62% from 255 or 12% from 325); Blue value is 154 (60.55% from 255 or 47.38% from 325); Max value from RGB is 154 - color contains mainly: blue. Hex color #84279A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84279A is #7BD865. Grayscale: #4F4F4F. Windows color (decimal): -8116326 or 10102660. OLE color: 10102660.
HSL color Cylindrical-coordinate representation of color #84279A: hue angle of 288.52º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #84279A is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 132 | 39 | 154 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.40 |
| HSL | 288.52º | 0.6% | 0.38% | - |
| HSV(B) | 288.52º | 0.75% | 0.6% | - |
| XYZ | 16.07 | 8.69 | 31.4 | - |
| YUV | 79.92 | 169.81 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 39 | 154 | 0.14 | 0.75 | 0 | 0.40 | 288.52 | 0.6 | 0.38 |
| Hex | 84 | 27 | 9A | E | 4B | 0 | 28 | 121 | 3C | 26 |
| Octal | 204 | 47 | 232 | 16 | 113 | 0 | 50 | 441 | 74 | 46 |
| Binary | 10000100 | 100111 | 10011010 | 1110 | 1001011 | 0 | 101000 | 100100001 | 111100 | 100110 |
Color Harmonies of #84279A
Complementary color
Monochromatic Colors of #84279A
Black with #84279A
Text Example
Text Example
White with #84279A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84279A; }
p { color: rgb(132,39,154); }
H1.HeaderClassName
{
color: #84279A;
}
.AnyTagClassName
{
color: #84279A;
}
</style>
background-color css
<style>
a { background-color: #84279A; }
a { background-color: rgb(132,39,154); }
div.DivClassName
{
background-color: #84279A;
}
.BgClassName
{
background-color: #84279A;
}
</style>
border-color css
<style>
span { border-color: #84279A; }
span { border-color: rgb(132,39,154); }
td.TdClassName
{
border-color: #84279A;
}
.TagClassName
{
border-color: #84279A;
}
</style>