Shades of Vivid Violet #844194
Tints of Vivid Violet #844194
RGB
CMYK
RGB Variations
Color information
#844194 (or 0x844194) is known color: Vivid Violet. HEX triplet: 84, 41 and 94. RGB value is (132,65,148). Sum of RGB (Red+Green+Blue) = 132+65+148=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 148 (58.20% from 255 or 42.90% from 345); Max value from RGB is 148 - color contains mainly: blue. Hex color #844194 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844194 is #7BBE6B. Grayscale: #5E5E5E. Windows color (decimal): -8109676 or 9716100. OLE color: 9716100.
HSL color Cylindrical-coordinate representation of color #844194: hue angle of 288.43º 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 #844194 is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 132 | 65 | 148 | - |
| CMYK | 0.11 | 0.56 | 0 | 0.42 |
| HSL | 288.43º | 0.39% | 0.42% | - |
| HSV(B) | 288.43º | 0.56% | 0.58% | - |
| XYZ | 16.75 | 10.82 | 29.22 | - |
| YUV | 94.5 | 158.2 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 65 | 148 | 0.11 | 0.56 | 0 | 0.42 | 288.43 | 0.39 | 0.42 |
| Hex | 84 | 41 | 94 | B | 38 | 0 | 2A | 120 | 27 | 2A |
| Octal | 204 | 101 | 224 | 13 | 70 | 0 | 52 | 440 | 47 | 52 |
| Binary | 10000100 | 1000001 | 10010100 | 1011 | 111000 | 0 | 101010 | 100100000 | 100111 | 101010 |
Color Harmonies of #844194
Complementary color
Monochromatic Colors of #844194
Black with #844194
Text Example
Text Example
White with #844194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844194; }
p { color: rgb(132,65,148); }
H1.HeaderClassName
{
color: #844194;
}
.AnyTagClassName
{
color: #844194;
}
</style>
background-color css
<style>
a { background-color: #844194; }
a { background-color: rgb(132,65,148); }
div.DivClassName
{
background-color: #844194;
}
.BgClassName
{
background-color: #844194;
}
</style>
border-color css
<style>
span { border-color: #844194; }
span { border-color: rgb(132,65,148); }
td.TdClassName
{
border-color: #844194;
}
.TagClassName
{
border-color: #844194;
}
</style>