Shades of Vivid Violet #84259E
Tints of Vivid Violet #84259E
RGB
CMYK
RGB Variations
Color information
#84259E (or 0x84259E) is known color: Vivid Violet. HEX triplet: 84, 25 and 9E. RGB value is (132,37,158). Sum of RGB (Red+Green+Blue) = 132+37+158=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 37 (14.84% from 255 or 11.31% from 327); Blue value is 158 (62.11% from 255 or 48.32% from 327); Max value from RGB is 158 - color contains mainly: blue. Hex color #84259E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84259E is #7BDA61. Grayscale: #4E4E4E. Windows color (decimal): -8116834 or 10364292. OLE color: 10364292.
HSL color Cylindrical-coordinate representation of color #84259E: hue angle of 287.11º 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 #84259E is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 37 | 158 | - |
| CMYK | 0.16 | 0.77 | 0 | 0.38 |
| HSL | 287.11º | 0.62% | 0.38% | - |
| HSV(B) | 287.11º | 0.77% | 0.62% | - |
| XYZ | 16.35 | 8.7 | 33.16 | - |
| YUV | 79.2 | 172.47 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 37 | 158 | 0.16 | 0.77 | 0 | 0.38 | 287.11 | 0.62 | 0.38 |
| Hex | 84 | 25 | 9E | 10 | 4D | 0 | 26 | 11F | 3E | 26 |
| Octal | 204 | 45 | 236 | 20 | 115 | 0 | 46 | 437 | 76 | 46 |
| Binary | 10000100 | 100101 | 10011110 | 10000 | 1001101 | 0 | 100110 | 100011111 | 111110 | 100110 |
Color Harmonies of #84259E
Complementary color
Monochromatic Colors of #84259E
Black with #84259E
Text Example
Text Example
White with #84259E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84259E; }
p { color: rgb(132,37,158); }
H1.HeaderClassName
{
color: #84259E;
}
.AnyTagClassName
{
color: #84259E;
}
</style>
background-color css
<style>
a { background-color: #84259E; }
a { background-color: rgb(132,37,158); }
div.DivClassName
{
background-color: #84259E;
}
.BgClassName
{
background-color: #84259E;
}
</style>
border-color css
<style>
span { border-color: #84259E; }
span { border-color: rgb(132,37,158); }
td.TdClassName
{
border-color: #84259E;
}
.TagClassName
{
border-color: #84259E;
}
</style>