Shades of Vivid Violet #84369F
Tints of Vivid Violet #84369F
RGB
CMYK
RGB Variations
Color information
#84369F (or 0x84369F) is known color: Vivid Violet. HEX triplet: 84, 36 and 9F. RGB value is (132,54,159). Sum of RGB (Red+Green+Blue) = 132+54+159=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 54 (21.48% from 255 or 15.65% from 345); Blue value is 159 (62.5% from 255 or 46.09% from 345); Max value from RGB is 159 - color contains mainly: blue. Hex color #84369F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84369F is #7BC960. Grayscale: #585858. Windows color (decimal): -8112481 or 10434180. OLE color: 10434180.
HSL color Cylindrical-coordinate representation of color #84369F: hue angle of 284.57º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #84369F is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 54 | 159 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.38 |
| HSL | 284.57º | 0.49% | 0.42% | - |
| HSV(B) | 284.57º | 0.66% | 0.62% | - |
| XYZ | 17.09 | 10.05 | 33.84 | - |
| YUV | 89.29 | 167.34 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 54 | 159 | 0.17 | 0.66 | 0 | 0.38 | 284.57 | 0.49 | 0.42 |
| Hex | 84 | 36 | 9F | 11 | 42 | 0 | 26 | 11D | 31 | 2A |
| Octal | 204 | 66 | 237 | 21 | 102 | 0 | 46 | 435 | 61 | 52 |
| Binary | 10000100 | 110110 | 10011111 | 10001 | 1000010 | 0 | 100110 | 100011101 | 110001 | 101010 |
Color Harmonies of #84369F
Complementary color
Monochromatic Colors of #84369F
Black with #84369F
Text Example
Text Example
White with #84369F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84369F; }
p { color: rgb(132,54,159); }
H1.HeaderClassName
{
color: #84369F;
}
.AnyTagClassName
{
color: #84369F;
}
</style>
background-color css
<style>
a { background-color: #84369F; }
a { background-color: rgb(132,54,159); }
div.DivClassName
{
background-color: #84369F;
}
.BgClassName
{
background-color: #84369F;
}
</style>
border-color css
<style>
span { border-color: #84369F; }
span { border-color: rgb(132,54,159); }
td.TdClassName
{
border-color: #84369F;
}
.TagClassName
{
border-color: #84369F;
}
</style>