Shades of Vivid Violet #844B97
Tints of Vivid Violet #844B97
RGB
CMYK
RGB Variations
Color information
#844B97 (or 0x844B97) is known color: Vivid Violet. HEX triplet: 84, 4B and 97. RGB value is (132,75,151). Sum of RGB (Red+Green+Blue) = 132+75+151=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 75 (29.69% from 255 or 20.95% from 358); Blue value is 151 (59.38% from 255 or 42.18% from 358); Max value from RGB is 151 - color contains mainly: blue. Hex color #844B97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844B97 is #7BB468. Grayscale: #646464. Windows color (decimal): -8107113 or 9915268. OLE color: 9915268.
HSL color Cylindrical-coordinate representation of color #844B97: hue angle of 285º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #844B97 is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 132 | 75 | 151 | - |
| CMYK | 0.13 | 0.50 | 0 | 0.41 |
| HSL | 285º | 0.34% | 0.44% | - |
| HSV(B) | 285º | 0.5% | 0.59% | - |
| XYZ | 17.62 | 12.17 | 30.7 | - |
| YUV | 100.71 | 156.38 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 75 | 151 | 0.13 | 0.50 | 0 | 0.41 | 285 | 0.34 | 0.44 |
| Hex | 84 | 4B | 97 | D | 32 | 0 | 29 | 11D | 22 | 2C |
| Octal | 204 | 113 | 227 | 15 | 62 | 0 | 51 | 435 | 42 | 54 |
| Binary | 10000100 | 1001011 | 10010111 | 1101 | 110010 | 0 | 101001 | 100011101 | 100010 | 101100 |
Color Harmonies of #844B97
Complementary color
Monochromatic Colors of #844B97
Black with #844B97
Text Example
Text Example
White with #844B97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844B97; }
p { color: rgb(132,75,151); }
H1.HeaderClassName
{
color: #844B97;
}
.AnyTagClassName
{
color: #844B97;
}
</style>
background-color css
<style>
a { background-color: #844B97; }
a { background-color: rgb(132,75,151); }
div.DivClassName
{
background-color: #844B97;
}
.BgClassName
{
background-color: #844B97;
}
</style>
border-color css
<style>
span { border-color: #844B97; }
span { border-color: rgb(132,75,151); }
td.TdClassName
{
border-color: #844B97;
}
.TagClassName
{
border-color: #844B97;
}
</style>