Shades of Vivid Violet #84388B
Tints of Vivid Violet #84388B
RGB
CMYK
RGB Variations
Color information
#84388B (or 0x84388B) is known color: Vivid Violet. HEX triplet: 84, 38 and 8B. RGB value is (132,56,139). Sum of RGB (Red+Green+Blue) = 132+56+139=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 56 (22.27% from 255 or 17.13% from 327); Blue value is 139 (54.69% from 255 or 42.51% from 327); Max value from RGB is 139 - color contains mainly: blue. Hex color #84388B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84388B is #7BC774. Grayscale: #575757. Windows color (decimal): -8111989 or 9123972. OLE color: 9123972.
HSL color Cylindrical-coordinate representation of color #84388B: hue angle of 294.94º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #84388B is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 56 | 139 | - |
| CMYK | 0.05 | 0.60 | 0 | 0.45 |
| HSL | 294.94º | 0.43% | 0.38% | - |
| HSV(B) | 294.94º | 0.6% | 0.55% | - |
| XYZ | 15.59 | 9.6 | 25.46 | - |
| YUV | 88.19 | 156.68 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 56 | 139 | 0.05 | 0.60 | 0 | 0.45 | 294.94 | 0.43 | 0.38 |
| Hex | 84 | 38 | 8B | 5 | 3C | 0 | 2D | 127 | 2B | 26 |
| Octal | 204 | 70 | 213 | 5 | 74 | 0 | 55 | 447 | 53 | 46 |
| Binary | 10000100 | 111000 | 10001011 | 101 | 111100 | 0 | 101101 | 100100111 | 101011 | 100110 |
Color Harmonies of #84388B
Complementary color
Monochromatic Colors of #84388B
Black with #84388B
Text Example
Text Example
White with #84388B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84388B; }
p { color: rgb(132,56,139); }
H1.HeaderClassName
{
color: #84388B;
}
.AnyTagClassName
{
color: #84388B;
}
</style>
background-color css
<style>
a { background-color: #84388B; }
a { background-color: rgb(132,56,139); }
div.DivClassName
{
background-color: #84388B;
}
.BgClassName
{
background-color: #84388B;
}
</style>
border-color css
<style>
span { border-color: #84388B; }
span { border-color: rgb(132,56,139); }
td.TdClassName
{
border-color: #84388B;
}
.TagClassName
{
border-color: #84388B;
}
</style>