Shades of Vivid Violet #842787
Tints of Vivid Violet #842787
RGB
CMYK
RGB Variations
Color information
#842787 (or 0x842787) is known color: Vivid Violet. HEX triplet: 84, 27 and 87. RGB value is (132,39,135). Sum of RGB (Red+Green+Blue) = 132+39+135=306 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.14% from 306); Green value is 39 (15.62% from 255 or 12.75% from 306); Blue value is 135 (53.12% from 255 or 44.12% from 306); Max value from RGB is 135 - color contains mainly: blue. Hex color #842787 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842787 is #7BD878. Grayscale: #4D4D4D. Windows color (decimal): -8116345 or 8857476. OLE color: 8857476.
HSL color Cylindrical-coordinate representation of color #842787: hue angle of 298.12º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #842787 is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 132 | 39 | 135 | - |
| CMYK | 0.02 | 0.71 | 0 | 0.47 |
| HSL | 298.13º | 0.55% | 0.34% | - |
| HSV(B) | 298.13º | 0.71% | 0.53% | - |
| XYZ | 14.61 | 8.11 | 23.72 | - |
| YUV | 77.75 | 160.31 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 39 | 135 | 0.02 | 0.71 | 0 | 0.47 | 298.13 | 0.55 | 0.34 |
| Hex | 84 | 27 | 87 | 2 | 47 | 0 | 2F | 12A | 37 | 22 |
| Octal | 204 | 47 | 207 | 2 | 107 | 0 | 57 | 452 | 67 | 42 |
| Binary | 10000100 | 100111 | 10000111 | 10 | 1000111 | 0 | 101111 | 100101010 | 110111 | 100010 |
Color Harmonies of #842787
Complementary color
Monochromatic Colors of #842787
Black with #842787
Text Example
Text Example
White with #842787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842787; }
p { color: rgb(132,39,135); }
H1.HeaderClassName
{
color: #842787;
}
.AnyTagClassName
{
color: #842787;
}
</style>
background-color css
<style>
a { background-color: #842787; }
a { background-color: rgb(132,39,135); }
div.DivClassName
{
background-color: #842787;
}
.BgClassName
{
background-color: #842787;
}
</style>
border-color css
<style>
span { border-color: #842787; }
span { border-color: rgb(132,39,135); }
td.TdClassName
{
border-color: #842787;
}
.TagClassName
{
border-color: #842787;
}
</style>