Shades of Vivid Violet #844A90
Tints of Vivid Violet #844A90
RGB
CMYK
RGB Variations
Color information
#844A90 (or 0x844A90) is known color: Vivid Violet. HEX triplet: 84, 4A and 90. RGB value is (132,74,144). Sum of RGB (Red+Green+Blue) = 132+74+144=350 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.71% from 350); Green value is 74 (29.30% from 255 or 21.14% from 350); Blue value is 144 (56.64% from 255 or 41.14% from 350); Max value from RGB is 144 - color contains mainly: blue. Hex color #844A90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844A90 is #7BB56F. Grayscale: #636363. Windows color (decimal): -8107376 or 9456260. OLE color: 9456260.
HSL color Cylindrical-coordinate representation of color #844A90: hue angle of 289.71º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #844A90 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 74 | 144 | - |
| CMYK | 0.08 | 0.49 | 0 | 0.44 |
| HSL | 289.71º | 0.32% | 0.43% | - |
| HSV(B) | 289.71º | 0.49% | 0.56% | - |
| XYZ | 17 | 11.82 | 27.77 | - |
| YUV | 99.32 | 153.22 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 74 | 144 | 0.08 | 0.49 | 0 | 0.44 | 289.71 | 0.32 | 0.43 |
| Hex | 84 | 4A | 90 | 8 | 31 | 0 | 2C | 122 | 20 | 2B |
| Octal | 204 | 112 | 220 | 10 | 61 | 0 | 54 | 442 | 40 | 53 |
| Binary | 10000100 | 1001010 | 10010000 | 1000 | 110001 | 0 | 101100 | 100100010 | 100000 | 101011 |
Color Harmonies of #844A90
Complementary color
Monochromatic Colors of #844A90
Black with #844A90
Text Example
Text Example
White with #844A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844A90; }
p { color: rgb(132,74,144); }
H1.HeaderClassName
{
color: #844A90;
}
.AnyTagClassName
{
color: #844A90;
}
</style>
background-color css
<style>
a { background-color: #844A90; }
a { background-color: rgb(132,74,144); }
div.DivClassName
{
background-color: #844A90;
}
.BgClassName
{
background-color: #844A90;
}
</style>
border-color css
<style>
span { border-color: #844A90; }
span { border-color: rgb(132,74,144); }
td.TdClassName
{
border-color: #844A90;
}
.TagClassName
{
border-color: #844A90;
}
</style>