Shades of Vivid Violet #844485
Tints of Vivid Violet #844485
RGB
CMYK
RGB Variations
Color information
#844485 (or 0x844485) is known color: Vivid Violet. HEX triplet: 84, 44 and 85. RGB value is (132,68,133). Sum of RGB (Red+Green+Blue) = 132+68+133=333 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.64% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 133 (52.34% from 255 or 39.94% from 333); Max value from RGB is 133 - color contains mainly: blue. Hex color #844485 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844485 is #7BBB7A. Grayscale: #5E5E5E. Windows color (decimal): -8108923 or 8733828. OLE color: 8733828.
HSL color Cylindrical-coordinate representation of color #844485: hue angle of 299.08º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #844485 is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 68 | 133 | - |
| CMYK | 0.01 | 0.49 | 0 | 0.48 |
| HSL | 299.08º | 0.32% | 0.39% | - |
| HSV(B) | 299.08º | 0.49% | 0.52% | - |
| XYZ | 15.82 | 10.73 | 23.43 | - |
| YUV | 94.55 | 149.7 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 68 | 133 | 0.01 | 0.49 | 0 | 0.48 | 299.08 | 0.32 | 0.39 |
| Hex | 84 | 44 | 85 | 1 | 31 | 0 | 30 | 12B | 20 | 27 |
| Octal | 204 | 104 | 205 | 1 | 61 | 0 | 60 | 453 | 40 | 47 |
| Binary | 10000100 | 1000100 | 10000101 | 1 | 110001 | 0 | 110000 | 100101011 | 100000 | 100111 |
Color Harmonies of #844485
Complementary color
Monochromatic Colors of #844485
Black with #844485
Text Example
Text Example
White with #844485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844485; }
p { color: rgb(132,68,133); }
H1.HeaderClassName
{
color: #844485;
}
.AnyTagClassName
{
color: #844485;
}
</style>
background-color css
<style>
a { background-color: #844485; }
a { background-color: rgb(132,68,133); }
div.DivClassName
{
background-color: #844485;
}
.BgClassName
{
background-color: #844485;
}
</style>
border-color css
<style>
span { border-color: #844485; }
span { border-color: rgb(132,68,133); }
td.TdClassName
{
border-color: #844485;
}
.TagClassName
{
border-color: #844485;
}
</style>