Shades of Vivid Violet #84388F
Tints of Vivid Violet #84388F
RGB
CMYK
RGB Variations
Color information
#84388F (or 0x84388F) is known color: Vivid Violet. HEX triplet: 84, 38 and 8F. RGB value is (132,56,143). Sum of RGB (Red+Green+Blue) = 132+56+143=331 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.88% from 331); Green value is 56 (22.27% from 255 or 16.92% from 331); Blue value is 143 (56.25% from 255 or 43.20% from 331); Max value from RGB is 143 - color contains mainly: blue. Hex color #84388F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84388F is #7BC770. Grayscale: #585858. Windows color (decimal): -8111985 or 9386116. OLE color: 9386116.
HSL color Cylindrical-coordinate representation of color #84388F: hue angle of 292.41º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #84388F is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 56 | 143 | - |
| CMYK | 0.08 | 0.61 | 0 | 0.44 |
| HSL | 292.41º | 0.44% | 0.39% | - |
| HSV(B) | 292.41º | 0.61% | 0.56% | - |
| XYZ | 15.89 | 9.72 | 27.02 | - |
| YUV | 88.64 | 158.68 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 56 | 143 | 0.08 | 0.61 | 0 | 0.44 | 292.41 | 0.44 | 0.39 |
| Hex | 84 | 38 | 8F | 8 | 3D | 0 | 2C | 124 | 2C | 27 |
| Octal | 204 | 70 | 217 | 10 | 75 | 0 | 54 | 444 | 54 | 47 |
| Binary | 10000100 | 111000 | 10001111 | 1000 | 111101 | 0 | 101100 | 100100100 | 101100 | 100111 |
Color Harmonies of #84388F
Complementary color
Monochromatic Colors of #84388F
Black with #84388F
Text Example
Text Example
White with #84388F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84388F; }
p { color: rgb(132,56,143); }
H1.HeaderClassName
{
color: #84388F;
}
.AnyTagClassName
{
color: #84388F;
}
</style>
background-color css
<style>
a { background-color: #84388F; }
a { background-color: rgb(132,56,143); }
div.DivClassName
{
background-color: #84388F;
}
.BgClassName
{
background-color: #84388F;
}
</style>
border-color css
<style>
span { border-color: #84388F; }
span { border-color: rgb(132,56,143); }
td.TdClassName
{
border-color: #84388F;
}
.TagClassName
{
border-color: #84388F;
}
</style>