Shades of Vivid Violet #842BA4
Tints of Vivid Violet #842BA4
RGB
CMYK
RGB Variations
Color information
#842BA4 (or 0x842BA4) is known color: Vivid Violet. HEX triplet: 84, 2B and A4. RGB value is (132,43,164). Sum of RGB (Red+Green+Blue) = 132+43+164=339 (44% of max value = 765). Red value is 132 (51.95% from 255 or 38.94% from 339); Green value is 43 (17.19% from 255 or 12.68% from 339); Blue value is 164 (64.45% from 255 or 48.38% from 339); Max value from RGB is 164 - color contains mainly: blue. Hex color #842BA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842BA4 is #7BD45B. Grayscale: #535353. Windows color (decimal): -8115292 or 10759044. OLE color: 10759044.
HSL color Cylindrical-coordinate representation of color #842BA4: hue angle of 284.13º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #842BA4 is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 43 | 164 | - |
| CMYK | 0.20 | 0.74 | 0 | 0.36 |
| HSL | 284.13º | 0.58% | 0.41% | - |
| HSV(B) | 284.13º | 0.74% | 0.64% | - |
| XYZ | 17.08 | 9.31 | 36.02 | - |
| YUV | 83.41 | 173.49 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 43 | 164 | 0.20 | 0.74 | 0 | 0.36 | 284.13 | 0.58 | 0.41 |
| Hex | 84 | 2B | A4 | 14 | 4A | 0 | 24 | 11C | 3A | 29 |
| Octal | 204 | 53 | 244 | 24 | 112 | 0 | 44 | 434 | 72 | 51 |
| Binary | 10000100 | 101011 | 10100100 | 10100 | 1001010 | 0 | 100100 | 100011100 | 111010 | 101001 |
Color Harmonies of #842BA4
Complementary color
Monochromatic Colors of #842BA4
Black with #842BA4
Text Example
Text Example
White with #842BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842BA4; }
p { color: rgb(132,43,164); }
H1.HeaderClassName
{
color: #842BA4;
}
.AnyTagClassName
{
color: #842BA4;
}
</style>
background-color css
<style>
a { background-color: #842BA4; }
a { background-color: rgb(132,43,164); }
div.DivClassName
{
background-color: #842BA4;
}
.BgClassName
{
background-color: #842BA4;
}
</style>
border-color css
<style>
span { border-color: #842BA4; }
span { border-color: rgb(132,43,164); }
td.TdClassName
{
border-color: #842BA4;
}
.TagClassName
{
border-color: #842BA4;
}
</style>