Shades of Vivid Violet #844C90
Tints of Vivid Violet #844C90
RGB
CMYK
RGB Variations
Color information
#844C90 (or 0x844C90) is known color: Vivid Violet. HEX triplet: 84, 4C and 90. RGB value is (132,76,144). Sum of RGB (Red+Green+Blue) = 132+76+144=352 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.5% from 352); Green value is 76 (30.08% from 255 or 21.59% from 352); Blue value is 144 (56.64% from 255 or 40.91% from 352); Max value from RGB is 144 - color contains mainly: blue. Hex color #844C90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844C90 is #7BB36F. Grayscale: #646464. Windows color (decimal): -8106864 or 9456772. OLE color: 9456772.
HSL color Cylindrical-coordinate representation of color #844C90: hue angle of 289.41º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #844C90 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 76 | 144 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.44 |
| HSL | 289.41º | 0.31% | 0.43% | - |
| HSV(B) | 289.41º | 0.47% | 0.56% | - |
| XYZ | 17.13 | 12.09 | 27.82 | - |
| YUV | 100.5 | 152.55 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 76 | 144 | 0.08 | 0.47 | 0 | 0.44 | 289.41 | 0.31 | 0.43 |
| Hex | 84 | 4C | 90 | 8 | 2F | 0 | 2C | 121 | 1F | 2B |
| Octal | 204 | 114 | 220 | 10 | 57 | 0 | 54 | 441 | 37 | 53 |
| Binary | 10000100 | 1001100 | 10010000 | 1000 | 101111 | 0 | 101100 | 100100001 | 11111 | 101011 |
Color Harmonies of #844C90
Complementary color
Monochromatic Colors of #844C90
Black with #844C90
Text Example
Text Example
White with #844C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844C90; }
p { color: rgb(132,76,144); }
H1.HeaderClassName
{
color: #844C90;
}
.AnyTagClassName
{
color: #844C90;
}
</style>
background-color css
<style>
a { background-color: #844C90; }
a { background-color: rgb(132,76,144); }
div.DivClassName
{
background-color: #844C90;
}
.BgClassName
{
background-color: #844C90;
}
</style>
border-color css
<style>
span { border-color: #844C90; }
span { border-color: rgb(132,76,144); }
td.TdClassName
{
border-color: #844C90;
}
.TagClassName
{
border-color: #844C90;
}
</style>