Shades of Vivid Violet #84358B
Tints of Vivid Violet #84358B
RGB
CMYK
RGB Variations
Color information
#84358B (or 0x84358B) is known color: Vivid Violet. HEX triplet: 84, 35 and 8B. RGB value is (132,53,139). Sum of RGB (Red+Green+Blue) = 132+53+139=324 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.74% from 324); Green value is 53 (21.09% from 255 or 16.36% from 324); Blue value is 139 (54.69% from 255 or 42.90% from 324); Max value from RGB is 139 - color contains mainly: blue. Hex color #84358B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84358B is #7BCA74. Grayscale: #565656. Windows color (decimal): -8112757 or 9123204. OLE color: 9123204.
HSL color Cylindrical-coordinate representation of color #84358B: hue angle of 295.12º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #84358B is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 53 | 139 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.45 |
| HSL | 295.12º | 0.45% | 0.38% | - |
| HSV(B) | 295.12º | 0.62% | 0.55% | - |
| XYZ | 15.45 | 9.32 | 25.41 | - |
| YUV | 86.43 | 157.67 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 53 | 139 | 0.05 | 0.62 | 0 | 0.45 | 295.12 | 0.45 | 0.38 |
| Hex | 84 | 35 | 8B | 5 | 3E | 0 | 2D | 127 | 2D | 26 |
| Octal | 204 | 65 | 213 | 5 | 76 | 0 | 55 | 447 | 55 | 46 |
| Binary | 10000100 | 110101 | 10001011 | 101 | 111110 | 0 | 101101 | 100100111 | 101101 | 100110 |
Color Harmonies of #84358B
Complementary color
Monochromatic Colors of #84358B
Black with #84358B
Text Example
Text Example
White with #84358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84358B; }
p { color: rgb(132,53,139); }
H1.HeaderClassName
{
color: #84358B;
}
.AnyTagClassName
{
color: #84358B;
}
</style>
background-color css
<style>
a { background-color: #84358B; }
a { background-color: rgb(132,53,139); }
div.DivClassName
{
background-color: #84358B;
}
.BgClassName
{
background-color: #84358B;
}
</style>
border-color css
<style>
span { border-color: #84358B; }
span { border-color: rgb(132,53,139); }
td.TdClassName
{
border-color: #84358B;
}
.TagClassName
{
border-color: #84358B;
}
</style>