Shades of Vivid Violet #844090
Tints of Vivid Violet #844090
RGB
CMYK
RGB Variations
Color information
#844090 (or 0x844090) is known color: Vivid Violet. HEX triplet: 84, 40 and 90. RGB value is (132,64,144). Sum of RGB (Red+Green+Blue) = 132+64+144=340 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.82% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 144 (56.64% from 255 or 42.35% from 340); Max value from RGB is 144 - color contains mainly: blue. Hex color #844090 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844090 is #7BBF6F. Grayscale: #5D5D5D. Windows color (decimal): -8109936 or 9453700. OLE color: 9453700.
HSL color Cylindrical-coordinate representation of color #844090: hue angle of 291º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #844090 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 64 | 144 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.44 |
| HSL | 291º | 0.38% | 0.41% | - |
| HSV(B) | 291º | 0.56% | 0.56% | - |
| XYZ | 16.38 | 10.59 | 27.57 | - |
| YUV | 93.45 | 156.53 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 64 | 144 | 0.08 | 0.56 | 0 | 0.44 | 291 | 0.38 | 0.41 |
| Hex | 84 | 40 | 90 | 8 | 38 | 0 | 2C | 123 | 26 | 29 |
| Octal | 204 | 100 | 220 | 10 | 70 | 0 | 54 | 443 | 46 | 51 |
| Binary | 10000100 | 1000000 | 10010000 | 1000 | 111000 | 0 | 101100 | 100100011 | 100110 | 101001 |
Color Harmonies of #844090
Complementary color
Monochromatic Colors of #844090
Black with #844090
Text Example
Text Example
White with #844090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844090; }
p { color: rgb(132,64,144); }
H1.HeaderClassName
{
color: #844090;
}
.AnyTagClassName
{
color: #844090;
}
</style>
background-color css
<style>
a { background-color: #844090; }
a { background-color: rgb(132,64,144); }
div.DivClassName
{
background-color: #844090;
}
.BgClassName
{
background-color: #844090;
}
</style>
border-color css
<style>
span { border-color: #844090; }
span { border-color: rgb(132,64,144); }
td.TdClassName
{
border-color: #844090;
}
.TagClassName
{
border-color: #844090;
}
</style>