Shades of Vivid Violet #844192
Tints of Vivid Violet #844192
RGB
CMYK
RGB Variations
Color information
#844192 (or 0x844192) is known color: Vivid Violet. HEX triplet: 84, 41 and 92. RGB value is (132,65,146). Sum of RGB (Red+Green+Blue) = 132+65+146=343 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.48% from 343); Green value is 65 (25.78% from 255 or 18.95% from 343); Blue value is 146 (57.42% from 255 or 42.57% from 343); Max value from RGB is 146 - color contains mainly: blue. Hex color #844192 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844192 is #7BBE6D. Grayscale: #5E5E5E. Windows color (decimal): -8109678 or 9585028. OLE color: 9585028.
HSL color Cylindrical-coordinate representation of color #844192: hue angle of 289.63º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #844192 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 132 | 65 | 146 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.43 |
| HSL | 289.63º | 0.38% | 0.41% | - |
| HSV(B) | 289.63º | 0.55% | 0.57% | - |
| XYZ | 16.59 | 10.76 | 28.4 | - |
| YUV | 94.27 | 157.2 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 65 | 146 | 0.10 | 0.55 | 0 | 0.43 | 289.63 | 0.38 | 0.41 |
| Hex | 84 | 41 | 92 | A | 37 | 0 | 2B | 122 | 26 | 29 |
| Octal | 204 | 101 | 222 | 12 | 67 | 0 | 53 | 442 | 46 | 51 |
| Binary | 10000100 | 1000001 | 10010010 | 1010 | 110111 | 0 | 101011 | 100100010 | 100110 | 101001 |
Color Harmonies of #844192
Complementary color
Monochromatic Colors of #844192
Black with #844192
Text Example
Text Example
White with #844192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844192; }
p { color: rgb(132,65,146); }
H1.HeaderClassName
{
color: #844192;
}
.AnyTagClassName
{
color: #844192;
}
</style>
background-color css
<style>
a { background-color: #844192; }
a { background-color: rgb(132,65,146); }
div.DivClassName
{
background-color: #844192;
}
.BgClassName
{
background-color: #844192;
}
</style>
border-color css
<style>
span { border-color: #844192; }
span { border-color: rgb(132,65,146); }
td.TdClassName
{
border-color: #844192;
}
.TagClassName
{
border-color: #844192;
}
</style>