Shades of Vivid Violet #84299D
Tints of Vivid Violet #84299D
RGB
CMYK
RGB Variations
Color information
#84299D (or 0x84299D) is known color: Vivid Violet. HEX triplet: 84, 29 and 9D. RGB value is (132,41,157). Sum of RGB (Red+Green+Blue) = 132+41+157=330 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40% from 330); Green value is 41 (16.41% from 255 or 12.42% from 330); Blue value is 157 (61.72% from 255 or 47.58% from 330); Max value from RGB is 157 - color contains mainly: blue. Hex color #84299D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84299D is #7BD662. Grayscale: #515151. Windows color (decimal): -8115811 or 10299780. OLE color: 10299780.
HSL color Cylindrical-coordinate representation of color #84299D: hue angle of 287.07º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #84299D is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 41 | 157 | - |
| CMYK | 0.16 | 0.74 | 0 | 0.38 |
| HSL | 287.07º | 0.59% | 0.39% | - |
| HSV(B) | 287.07º | 0.74% | 0.62% | - |
| XYZ | 16.39 | 8.93 | 32.76 | - |
| YUV | 81.43 | 170.65 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 41 | 157 | 0.16 | 0.74 | 0 | 0.38 | 287.07 | 0.59 | 0.39 |
| Hex | 84 | 29 | 9D | 10 | 4A | 0 | 26 | 11F | 3B | 27 |
| Octal | 204 | 51 | 235 | 20 | 112 | 0 | 46 | 437 | 73 | 47 |
| Binary | 10000100 | 101001 | 10011101 | 10000 | 1001010 | 0 | 100110 | 100011111 | 111011 | 100111 |
Color Harmonies of #84299D
Complementary color
Monochromatic Colors of #84299D
Black with #84299D
Text Example
Text Example
White with #84299D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84299D; }
p { color: rgb(132,41,157); }
H1.HeaderClassName
{
color: #84299D;
}
.AnyTagClassName
{
color: #84299D;
}
</style>
background-color css
<style>
a { background-color: #84299D; }
a { background-color: rgb(132,41,157); }
div.DivClassName
{
background-color: #84299D;
}
.BgClassName
{
background-color: #84299D;
}
</style>
border-color css
<style>
span { border-color: #84299D; }
span { border-color: rgb(132,41,157); }
td.TdClassName
{
border-color: #84299D;
}
.TagClassName
{
border-color: #84299D;
}
</style>