Shades of Vivid Violet #84279E
Tints of Vivid Violet #84279E
RGB
CMYK
RGB Variations
Color information
#84279E (or 0x84279E) is known color: Vivid Violet. HEX triplet: 84, 27 and 9E. RGB value is (132,39,158). Sum of RGB (Red+Green+Blue) = 132+39+158=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 39 (15.62% from 255 or 11.85% from 329); Blue value is 158 (62.11% from 255 or 48.02% from 329); Max value from RGB is 158 - color contains mainly: blue. Hex color #84279E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84279E is #7BD861. Grayscale: #4F4F4F. Windows color (decimal): -8116322 or 10364804. OLE color: 10364804.
HSL color Cylindrical-coordinate representation of color #84279E: hue angle of 286.89º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #84279E is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 39 | 158 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.38 |
| HSL | 286.89º | 0.6% | 0.39% | - |
| HSV(B) | 286.89º | 0.75% | 0.62% | - |
| XYZ | 16.41 | 8.83 | 33.19 | - |
| YUV | 80.37 | 171.81 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 39 | 158 | 0.16 | 0.75 | 0 | 0.38 | 286.89 | 0.6 | 0.39 |
| Hex | 84 | 27 | 9E | 10 | 4B | 0 | 26 | 11F | 3C | 27 |
| Octal | 204 | 47 | 236 | 20 | 113 | 0 | 46 | 437 | 74 | 47 |
| Binary | 10000100 | 100111 | 10011110 | 10000 | 1001011 | 0 | 100110 | 100011111 | 111100 | 100111 |
Color Harmonies of #84279E
Complementary color
Monochromatic Colors of #84279E
Black with #84279E
Text Example
Text Example
White with #84279E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84279E; }
p { color: rgb(132,39,158); }
H1.HeaderClassName
{
color: #84279E;
}
.AnyTagClassName
{
color: #84279E;
}
</style>
background-color css
<style>
a { background-color: #84279E; }
a { background-color: rgb(132,39,158); }
div.DivClassName
{
background-color: #84279E;
}
.BgClassName
{
background-color: #84279E;
}
</style>
border-color css
<style>
span { border-color: #84279E; }
span { border-color: rgb(132,39,158); }
td.TdClassName
{
border-color: #84279E;
}
.TagClassName
{
border-color: #84279E;
}
</style>