Shades of Vivid Violet #84299C
Tints of Vivid Violet #84299C
RGB
CMYK
RGB Variations
Color information
#84299C (or 0x84299C) is known color: Vivid Violet. HEX triplet: 84, 29 and 9C. RGB value is (132,41,156). Sum of RGB (Red+Green+Blue) = 132+41+156=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 41 (16.41% from 255 or 12.46% from 329); Blue value is 156 (61.33% from 255 or 47.42% from 329); Max value from RGB is 156 - color contains mainly: blue. Hex color #84299C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84299C is #7BD663. Grayscale: #505050. Windows color (decimal): -8115812 or 10234244. OLE color: 10234244.
HSL color Cylindrical-coordinate representation of color #84299C: hue angle of 287.48º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #84299C is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 132 | 41 | 156 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.39 |
| HSL | 287.48º | 0.58% | 0.39% | - |
| HSV(B) | 287.48º | 0.74% | 0.61% | - |
| XYZ | 16.31 | 8.89 | 32.31 | - |
| YUV | 81.32 | 170.15 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 41 | 156 | 0.15 | 0.74 | 0 | 0.39 | 287.48 | 0.58 | 0.39 |
| Hex | 84 | 29 | 9C | F | 4A | 0 | 27 | 11F | 3A | 27 |
| Octal | 204 | 51 | 234 | 17 | 112 | 0 | 47 | 437 | 72 | 47 |
| Binary | 10000100 | 101001 | 10011100 | 1111 | 1001010 | 0 | 100111 | 100011111 | 111010 | 100111 |
Color Harmonies of #84299C
Complementary color
Monochromatic Colors of #84299C
Black with #84299C
Text Example
Text Example
White with #84299C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84299C; }
p { color: rgb(132,41,156); }
H1.HeaderClassName
{
color: #84299C;
}
.AnyTagClassName
{
color: #84299C;
}
</style>
background-color css
<style>
a { background-color: #84299C; }
a { background-color: rgb(132,41,156); }
div.DivClassName
{
background-color: #84299C;
}
.BgClassName
{
background-color: #84299C;
}
</style>
border-color css
<style>
span { border-color: #84299C; }
span { border-color: rgb(132,41,156); }
td.TdClassName
{
border-color: #84299C;
}
.TagClassName
{
border-color: #84299C;
}
</style>