Shades of Vivid Violet #854484
Tints of Vivid Violet #854484
RGB
CMYK
RGB Variations
Color information
#854484 (or 0x854484) is known color: Vivid Violet. HEX triplet: 85, 44 and 84. RGB value is (133,68,132). Sum of RGB (Red+Green+Blue) = 133+68+132=333 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.94% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 132 (51.95% from 255 or 39.64% from 333); Max value from RGB is 133 - color contains mainly: red. Hex color #854484 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854484 is #7ABB7B. Grayscale: #5E5E5E. Windows color (decimal): -8043388 or 8668293. OLE color: 8668293.
HSL color Cylindrical-coordinate representation of color #854484: hue angle of 300.92º 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 #854484 is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 68 | 132 | - |
| CMYK | 0 | 0.49 | 0.01 | 0.48 |
| HSL | 300.92º | 0.32% | 0.39% | - |
| HSV(B) | 300.92º | 0.49% | 0.52% | - |
| XYZ | 15.9 | 10.79 | 23.07 | - |
| YUV | 94.73 | 149.03 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 68 | 132 | 0 | 0.49 | 0.01 | 0.48 | 300.92 | 0.32 | 0.39 |
| Hex | 85 | 44 | 84 | 0 | 31 | 1 | 30 | 12D | 20 | 27 |
| Octal | 205 | 104 | 204 | 0 | 61 | 1 | 60 | 455 | 40 | 47 |
| Binary | 10000101 | 1000100 | 10000100 | 0 | 110001 | 1 | 110000 | 100101101 | 100000 | 100111 |
Color Harmonies of #854484
Complementary color
Monochromatic Colors of #854484
Black with #854484
Text Example
Text Example
White with #854484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854484; }
p { color: rgb(133,68,132); }
H1.HeaderClassName
{
color: #854484;
}
.AnyTagClassName
{
color: #854484;
}
</style>
background-color css
<style>
a { background-color: #854484; }
a { background-color: rgb(133,68,132); }
div.DivClassName
{
background-color: #854484;
}
.BgClassName
{
background-color: #854484;
}
</style>
border-color css
<style>
span { border-color: #854484; }
span { border-color: rgb(133,68,132); }
td.TdClassName
{
border-color: #854484;
}
.TagClassName
{
border-color: #854484;
}
</style>