Shades of Vivid Violet #84278E
Tints of Vivid Violet #84278E
RGB
CMYK
RGB Variations
Color information
#84278E (or 0x84278E) is known color: Vivid Violet. HEX triplet: 84, 27 and 8E. RGB value is (132,39,142). Sum of RGB (Red+Green+Blue) = 132+39+142=313 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.17% from 313); Green value is 39 (15.62% from 255 or 12.46% from 313); Blue value is 142 (55.86% from 255 or 45.37% from 313); Max value from RGB is 142 - color contains mainly: blue. Hex color #84278E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84278E is #7BD871. Grayscale: #4E4E4E. Windows color (decimal): -8116338 or 9316228. OLE color: 9316228.
HSL color Cylindrical-coordinate representation of color #84278E: hue angle of 294.17º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #84278E is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 39 | 142 | - |
| CMYK | 0.07 | 0.73 | 0 | 0.44 |
| HSL | 294.17º | 0.57% | 0.35% | - |
| HSV(B) | 294.17º | 0.73% | 0.56% | - |
| XYZ | 15.12 | 8.31 | 26.4 | - |
| YUV | 78.55 | 163.81 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 39 | 142 | 0.07 | 0.73 | 0 | 0.44 | 294.17 | 0.57 | 0.35 |
| Hex | 84 | 27 | 8E | 7 | 49 | 0 | 2C | 126 | 39 | 23 |
| Octal | 204 | 47 | 216 | 7 | 111 | 0 | 54 | 446 | 71 | 43 |
| Binary | 10000100 | 100111 | 10001110 | 111 | 1001001 | 0 | 101100 | 100100110 | 111001 | 100011 |
Color Harmonies of #84278E
Complementary color
Monochromatic Colors of #84278E
Black with #84278E
Text Example
Text Example
White with #84278E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84278E; }
p { color: rgb(132,39,142); }
H1.HeaderClassName
{
color: #84278E;
}
.AnyTagClassName
{
color: #84278E;
}
</style>
background-color css
<style>
a { background-color: #84278E; }
a { background-color: rgb(132,39,142); }
div.DivClassName
{
background-color: #84278E;
}
.BgClassName
{
background-color: #84278E;
}
</style>
border-color css
<style>
span { border-color: #84278E; }
span { border-color: rgb(132,39,142); }
td.TdClassName
{
border-color: #84278E;
}
.TagClassName
{
border-color: #84278E;
}
</style>