Shades of Vivid Violet #844190
Tints of Vivid Violet #844190
RGB
CMYK
RGB Variations
Color information
#844190 (or 0x844190) is known color: Vivid Violet. HEX triplet: 84, 41 and 90. RGB value is (132,65,144). Sum of RGB (Red+Green+Blue) = 132+65+144=341 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.71% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 144 (56.64% from 255 or 42.23% from 341); Max value from RGB is 144 - color contains mainly: blue. Hex color #844190 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844190 is #7BBE6F. Grayscale: #5D5D5D. Windows color (decimal): -8109680 or 9453956. OLE color: 9453956.
HSL color Cylindrical-coordinate representation of color #844190: hue angle of 290.89º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #844190 is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 65 | 144 | - |
| CMYK | 0.08 | 0.55 | 0 | 0.44 |
| HSL | 290.89º | 0.38% | 0.41% | - |
| HSV(B) | 290.89º | 0.55% | 0.56% | - |
| XYZ | 16.44 | 10.7 | 27.58 | - |
| YUV | 94.04 | 156.2 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 65 | 144 | 0.08 | 0.55 | 0 | 0.44 | 290.89 | 0.38 | 0.41 |
| Hex | 84 | 41 | 90 | 8 | 37 | 0 | 2C | 123 | 26 | 29 |
| Octal | 204 | 101 | 220 | 10 | 67 | 0 | 54 | 443 | 46 | 51 |
| Binary | 10000100 | 1000001 | 10010000 | 1000 | 110111 | 0 | 101100 | 100100011 | 100110 | 101001 |
Color Harmonies of #844190
Complementary color
Monochromatic Colors of #844190
Black with #844190
Text Example
Text Example
White with #844190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844190; }
p { color: rgb(132,65,144); }
H1.HeaderClassName
{
color: #844190;
}
.AnyTagClassName
{
color: #844190;
}
</style>
background-color css
<style>
a { background-color: #844190; }
a { background-color: rgb(132,65,144); }
div.DivClassName
{
background-color: #844190;
}
.BgClassName
{
background-color: #844190;
}
</style>
border-color css
<style>
span { border-color: #844190; }
span { border-color: rgb(132,65,144); }
td.TdClassName
{
border-color: #844190;
}
.TagClassName
{
border-color: #844190;
}
</style>