Shades of Vivid Violet #844889
Tints of Vivid Violet #844889
RGB
CMYK
RGB Variations
Color information
#844889 (or 0x844889) is known color: Vivid Violet. HEX triplet: 84, 48 and 89. RGB value is (132,72,137). Sum of RGB (Red+Green+Blue) = 132+72+137=341 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.71% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 137 (53.91% from 255 or 40.18% from 341); Max value from RGB is 137 - color contains mainly: blue. Hex color #844889 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844889 is #7BB776. Grayscale: #616161. Windows color (decimal): -8107895 or 8996996. OLE color: 8996996.
HSL color Cylindrical-coordinate representation of color #844889: hue angle of 295.38º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #844889 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 132 | 72 | 137 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.46 |
| HSL | 295.38º | 0.31% | 0.41% | - |
| HSV(B) | 295.38º | 0.47% | 0.54% | - |
| XYZ | 16.35 | 11.35 | 25 | - |
| YUV | 97.35 | 150.38 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 72 | 137 | 0.04 | 0.47 | 0 | 0.46 | 295.38 | 0.31 | 0.41 |
| Hex | 84 | 48 | 89 | 4 | 2F | 0 | 2E | 127 | 1F | 29 |
| Octal | 204 | 110 | 211 | 4 | 57 | 0 | 56 | 447 | 37 | 51 |
| Binary | 10000100 | 1001000 | 10001001 | 100 | 101111 | 0 | 101110 | 100100111 | 11111 | 101001 |
Color Harmonies of #844889
Complementary color
Monochromatic Colors of #844889
Black with #844889
Text Example
Text Example
White with #844889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844889; }
p { color: rgb(132,72,137); }
H1.HeaderClassName
{
color: #844889;
}
.AnyTagClassName
{
color: #844889;
}
</style>
background-color css
<style>
a { background-color: #844889; }
a { background-color: rgb(132,72,137); }
div.DivClassName
{
background-color: #844889;
}
.BgClassName
{
background-color: #844889;
}
</style>
border-color css
<style>
span { border-color: #844889; }
span { border-color: rgb(132,72,137); }
td.TdClassName
{
border-color: #844889;
}
.TagClassName
{
border-color: #844889;
}
</style>