Shades of Vivid Violet #84259F
Tints of Vivid Violet #84259F
RGB
CMYK
RGB Variations
Color information
#84259F (or 0x84259F) is known color: Vivid Violet. HEX triplet: 84, 25 and 9F. RGB value is (132,37,159). Sum of RGB (Red+Green+Blue) = 132+37+159=328 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.24% from 328); Green value is 37 (14.84% from 255 or 11.28% from 328); Blue value is 159 (62.5% from 255 or 48.48% from 328); Max value from RGB is 159 - color contains mainly: blue. Hex color #84259F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84259F is #7BDA60. Grayscale: #4E4E4E. Windows color (decimal): -8116833 or 10429828. OLE color: 10429828.
HSL color Cylindrical-coordinate representation of color #84259F: hue angle of 286.72º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #84259F is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 37 | 159 | - |
| CMYK | 0.17 | 0.77 | 0 | 0.38 |
| HSL | 286.72º | 0.62% | 0.38% | - |
| HSV(B) | 286.72º | 0.77% | 0.62% | - |
| XYZ | 16.44 | 8.73 | 33.62 | - |
| YUV | 79.31 | 172.97 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 37 | 159 | 0.17 | 0.77 | 0 | 0.38 | 286.72 | 0.62 | 0.38 |
| Hex | 84 | 25 | 9F | 11 | 4D | 0 | 26 | 11F | 3E | 26 |
| Octal | 204 | 45 | 237 | 21 | 115 | 0 | 46 | 437 | 76 | 46 |
| Binary | 10000100 | 100101 | 10011111 | 10001 | 1001101 | 0 | 100110 | 100011111 | 111110 | 100110 |
Color Harmonies of #84259F
Complementary color
Monochromatic Colors of #84259F
Black with #84259F
Text Example
Text Example
White with #84259F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84259F; }
p { color: rgb(132,37,159); }
H1.HeaderClassName
{
color: #84259F;
}
.AnyTagClassName
{
color: #84259F;
}
</style>
background-color css
<style>
a { background-color: #84259F; }
a { background-color: rgb(132,37,159); }
div.DivClassName
{
background-color: #84259F;
}
.BgClassName
{
background-color: #84259F;
}
</style>
border-color css
<style>
span { border-color: #84259F; }
span { border-color: rgb(132,37,159); }
td.TdClassName
{
border-color: #84259F;
}
.TagClassName
{
border-color: #84259F;
}
</style>