Shades of Vivid Violet #84259A
Tints of Vivid Violet #84259A
RGB
CMYK
RGB Variations
Color information
#84259A (or 0x84259A) is known color: Vivid Violet. HEX triplet: 84, 25 and 9A. RGB value is (132,37,154). Sum of RGB (Red+Green+Blue) = 132+37+154=323 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.87% from 323); Green value is 37 (14.84% from 255 or 11.46% from 323); Blue value is 154 (60.55% from 255 or 47.68% from 323); Max value from RGB is 154 - color contains mainly: blue. Hex color #84259A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84259A is #7BDA65. Grayscale: #4E4E4E. Windows color (decimal): -8116838 or 10102148. OLE color: 10102148.
HSL color Cylindrical-coordinate representation of color #84259A: hue angle of 288.72º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #84259A is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 132 | 37 | 154 | - |
| CMYK | 0.14 | 0.76 | 0 | 0.40 |
| HSL | 288.72º | 0.61% | 0.37% | - |
| HSV(B) | 288.72º | 0.76% | 0.6% | - |
| XYZ | 16.01 | 8.56 | 31.38 | - |
| YUV | 78.74 | 170.47 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 37 | 154 | 0.14 | 0.76 | 0 | 0.40 | 288.72 | 0.61 | 0.37 |
| Hex | 84 | 25 | 9A | E | 4C | 0 | 28 | 121 | 3D | 25 |
| Octal | 204 | 45 | 232 | 16 | 114 | 0 | 50 | 441 | 75 | 45 |
| Binary | 10000100 | 100101 | 10011010 | 1110 | 1001100 | 0 | 101000 | 100100001 | 111101 | 100101 |
Color Harmonies of #84259A
Complementary color
Monochromatic Colors of #84259A
Black with #84259A
Text Example
Text Example
White with #84259A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84259A; }
p { color: rgb(132,37,154); }
H1.HeaderClassName
{
color: #84259A;
}
.AnyTagClassName
{
color: #84259A;
}
</style>
background-color css
<style>
a { background-color: #84259A; }
a { background-color: rgb(132,37,154); }
div.DivClassName
{
background-color: #84259A;
}
.BgClassName
{
background-color: #84259A;
}
</style>
border-color css
<style>
span { border-color: #84259A; }
span { border-color: rgb(132,37,154); }
td.TdClassName
{
border-color: #84259A;
}
.TagClassName
{
border-color: #84259A;
}
</style>