Shades of Vivid Violet #844994
Tints of Vivid Violet #844994
RGB
CMYK
RGB Variations
Color information
#844994 (or 0x844994) is known color: Vivid Violet. HEX triplet: 84, 49 and 94. RGB value is (132,73,148). Sum of RGB (Red+Green+Blue) = 132+73+148=353 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.39% from 353); Green value is 73 (28.91% from 255 or 20.68% from 353); Blue value is 148 (58.20% from 255 or 41.93% from 353); Max value from RGB is 148 - color contains mainly: blue. Hex color #844994 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844994 is #7BB66B. Grayscale: #626262. Windows color (decimal): -8107628 or 9718148. OLE color: 9718148.
HSL color Cylindrical-coordinate representation of color #844994: hue angle of 287.2º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #844994 is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 132 | 73 | 148 | - |
| CMYK | 0.11 | 0.51 | 0 | 0.42 |
| HSL | 287.2º | 0.34% | 0.43% | - |
| HSV(B) | 287.2º | 0.51% | 0.58% | - |
| XYZ | 17.24 | 11.81 | 29.39 | - |
| YUV | 99.19 | 155.55 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 73 | 148 | 0.11 | 0.51 | 0 | 0.42 | 287.2 | 0.34 | 0.43 |
| Hex | 84 | 49 | 94 | B | 33 | 0 | 2A | 11F | 22 | 2B |
| Octal | 204 | 111 | 224 | 13 | 63 | 0 | 52 | 437 | 42 | 53 |
| Binary | 10000100 | 1001001 | 10010100 | 1011 | 110011 | 0 | 101010 | 100011111 | 100010 | 101011 |
Color Harmonies of #844994
Complementary color
Monochromatic Colors of #844994
Black with #844994
Text Example
Text Example
White with #844994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844994; }
p { color: rgb(132,73,148); }
H1.HeaderClassName
{
color: #844994;
}
.AnyTagClassName
{
color: #844994;
}
</style>
background-color css
<style>
a { background-color: #844994; }
a { background-color: rgb(132,73,148); }
div.DivClassName
{
background-color: #844994;
}
.BgClassName
{
background-color: #844994;
}
</style>
border-color css
<style>
span { border-color: #844994; }
span { border-color: rgb(132,73,148); }
td.TdClassName
{
border-color: #844994;
}
.TagClassName
{
border-color: #844994;
}
</style>