Shades of Vivid Violet #84359C
Tints of Vivid Violet #84359C
RGB
CMYK
RGB Variations
Color information
#84359C (or 0x84359C) is known color: Vivid Violet. HEX triplet: 84, 35 and 9C. RGB value is (132,53,156). Sum of RGB (Red+Green+Blue) = 132+53+156=341 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.71% from 341); Green value is 53 (21.09% from 255 or 15.54% from 341); Blue value is 156 (61.33% from 255 or 45.75% from 341); Max value from RGB is 156 - color contains mainly: blue. Hex color #84359C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84359C is #7BCA63. Grayscale: #585858. Windows color (decimal): -8112740 or 10237316. OLE color: 10237316.
HSL color Cylindrical-coordinate representation of color #84359C: hue angle of 286.02º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #84359C is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 132 | 53 | 156 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.39 |
| HSL | 286.02º | 0.49% | 0.41% | - |
| HSV(B) | 286.02º | 0.66% | 0.61% | - |
| XYZ | 16.79 | 9.85 | 32.47 | - |
| YUV | 88.36 | 166.17 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 53 | 156 | 0.15 | 0.66 | 0 | 0.39 | 286.02 | 0.49 | 0.41 |
| Hex | 84 | 35 | 9C | F | 42 | 0 | 27 | 11E | 31 | 29 |
| Octal | 204 | 65 | 234 | 17 | 102 | 0 | 47 | 436 | 61 | 51 |
| Binary | 10000100 | 110101 | 10011100 | 1111 | 1000010 | 0 | 100111 | 100011110 | 110001 | 101001 |
Color Harmonies of #84359C
Complementary color
Monochromatic Colors of #84359C
Black with #84359C
Text Example
Text Example
White with #84359C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84359C; }
p { color: rgb(132,53,156); }
H1.HeaderClassName
{
color: #84359C;
}
.AnyTagClassName
{
color: #84359C;
}
</style>
background-color css
<style>
a { background-color: #84359C; }
a { background-color: rgb(132,53,156); }
div.DivClassName
{
background-color: #84359C;
}
.BgClassName
{
background-color: #84359C;
}
</style>
border-color css
<style>
span { border-color: #84359C; }
span { border-color: rgb(132,53,156); }
td.TdClassName
{
border-color: #84359C;
}
.TagClassName
{
border-color: #84359C;
}
</style>