Shades of Vivid Violet #844295
Tints of Vivid Violet #844295
RGB
CMYK
RGB Variations
Color information
#844295 (or 0x844295) is known color: Vivid Violet. HEX triplet: 84, 42 and 95. RGB value is (132,66,149). Sum of RGB (Red+Green+Blue) = 132+66+149=347 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.04% from 347); Green value is 66 (26.17% from 255 or 19.02% from 347); Blue value is 149 (58.59% from 255 or 42.94% from 347); Max value from RGB is 149 - color contains mainly: blue. Hex color #844295 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844295 is #7BBD6A. Grayscale: #5E5E5E. Windows color (decimal): -8109419 or 9781892. OLE color: 9781892.
HSL color Cylindrical-coordinate representation of color #844295: hue angle of 287.71º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #844295 is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 132 | 66 | 149 | - |
| CMYK | 0.11 | 0.56 | 0 | 0.42 |
| HSL | 287.71º | 0.39% | 0.42% | - |
| HSV(B) | 287.71º | 0.56% | 0.58% | - |
| XYZ | 16.89 | 10.97 | 29.66 | - |
| YUV | 95.2 | 158.37 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 66 | 149 | 0.11 | 0.56 | 0 | 0.42 | 287.71 | 0.39 | 0.42 |
| Hex | 84 | 42 | 95 | B | 38 | 0 | 2A | 120 | 27 | 2A |
| Octal | 204 | 102 | 225 | 13 | 70 | 0 | 52 | 440 | 47 | 52 |
| Binary | 10000100 | 1000010 | 10010101 | 1011 | 111000 | 0 | 101010 | 100100000 | 100111 | 101010 |
Color Harmonies of #844295
Complementary color
Monochromatic Colors of #844295
Black with #844295
Text Example
Text Example
White with #844295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844295; }
p { color: rgb(132,66,149); }
H1.HeaderClassName
{
color: #844295;
}
.AnyTagClassName
{
color: #844295;
}
</style>
background-color css
<style>
a { background-color: #844295; }
a { background-color: rgb(132,66,149); }
div.DivClassName
{
background-color: #844295;
}
.BgClassName
{
background-color: #844295;
}
</style>
border-color css
<style>
span { border-color: #844295; }
span { border-color: rgb(132,66,149); }
td.TdClassName
{
border-color: #844295;
}
.TagClassName
{
border-color: #844295;
}
</style>