Shades of Vivid Violet #844999
Tints of Vivid Violet #844999
RGB
CMYK
RGB Variations
Color information
#844999 (or 0x844999) is known color: Vivid Violet. HEX triplet: 84, 49 and 99. RGB value is (132,73,153). Sum of RGB (Red+Green+Blue) = 132+73+153=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 73 (28.91% from 255 or 20.39% from 358); Blue value is 153 (60.16% from 255 or 42.74% from 358); Max value from RGB is 153 - color contains mainly: blue. Hex color #844999 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844999 is #7BB666. Grayscale: #636363. Windows color (decimal): -8107623 or 10045828. OLE color: 10045828.
HSL color Cylindrical-coordinate representation of color #844999: hue angle of 284.25º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #844999 is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 132 | 73 | 153 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.4 |
| HSL | 284.25º | 0.35% | 0.44% | - |
| HSV(B) | 284.25º | 0.52% | 0.6% | - |
| XYZ | 17.65 | 11.97 | 31.52 | - |
| YUV | 99.76 | 158.05 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 73 | 153 | 0.14 | 0.52 | 0 | 0.4 | 284.25 | 0.35 | 0.44 |
| Hex | 84 | 49 | 99 | E | 34 | 0 | 28 | 11C | 23 | 2C |
| Octal | 204 | 111 | 231 | 16 | 64 | 0 | 50 | 434 | 43 | 54 |
| Binary | 10000100 | 1001001 | 10011001 | 1110 | 110100 | 0 | 101000 | 100011100 | 100011 | 101100 |
Color Harmonies of #844999
Complementary color
Monochromatic Colors of #844999
Black with #844999
Text Example
Text Example
White with #844999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844999; }
p { color: rgb(132,73,153); }
H1.HeaderClassName
{
color: #844999;
}
.AnyTagClassName
{
color: #844999;
}
</style>
background-color css
<style>
a { background-color: #844999; }
a { background-color: rgb(132,73,153); }
div.DivClassName
{
background-color: #844999;
}
.BgClassName
{
background-color: #844999;
}
</style>
border-color css
<style>
span { border-color: #844999; }
span { border-color: rgb(132,73,153); }
td.TdClassName
{
border-color: #844999;
}
.TagClassName
{
border-color: #844999;
}
</style>