Shades of Vivid Violet #84239C
Tints of Vivid Violet #84239C
RGB
CMYK
RGB Variations
Color information
#84239C (or 0x84239C) is known color: Vivid Violet. HEX triplet: 84, 23 and 9C. RGB value is (132,35,156). Sum of RGB (Red+Green+Blue) = 132+35+156=323 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.87% from 323); Green value is 35 (14.06% from 255 or 10.84% from 323); Blue value is 156 (61.33% from 255 or 48.30% from 323); Max value from RGB is 156 - color contains mainly: blue. Hex color #84239C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84239C is #7BDC63. Grayscale: #4D4D4D. Windows color (decimal): -8117348 or 10232708. OLE color: 10232708.
HSL color Cylindrical-coordinate representation of color #84239C: hue angle of 288.1º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #84239C is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 132 | 35 | 156 | - |
| CMYK | 0.15 | 0.78 | 0 | 0.39 |
| HSL | 288.1º | 0.63% | 0.37% | - |
| HSV(B) | 288.1º | 0.78% | 0.61% | - |
| XYZ | 16.12 | 8.51 | 32.25 | - |
| YUV | 77.8 | 172.14 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 35 | 156 | 0.15 | 0.78 | 0 | 0.39 | 288.1 | 0.63 | 0.37 |
| Hex | 84 | 23 | 9C | F | 4E | 0 | 27 | 120 | 3F | 25 |
| Octal | 204 | 43 | 234 | 17 | 116 | 0 | 47 | 440 | 77 | 45 |
| Binary | 10000100 | 100011 | 10011100 | 1111 | 1001110 | 0 | 100111 | 100100000 | 111111 | 100101 |
Color Harmonies of #84239C
Complementary color
Monochromatic Colors of #84239C
Black with #84239C
Text Example
Text Example
White with #84239C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84239C; }
p { color: rgb(132,35,156); }
H1.HeaderClassName
{
color: #84239C;
}
.AnyTagClassName
{
color: #84239C;
}
</style>
background-color css
<style>
a { background-color: #84239C; }
a { background-color: rgb(132,35,156); }
div.DivClassName
{
background-color: #84239C;
}
.BgClassName
{
background-color: #84239C;
}
</style>
border-color css
<style>
span { border-color: #84239C; }
span { border-color: rgb(132,35,156); }
td.TdClassName
{
border-color: #84239C;
}
.TagClassName
{
border-color: #84239C;
}
</style>