Shades of Vivid Violet #854184
Tints of Vivid Violet #854184
RGB
CMYK
RGB Variations
Color information
#854184 (or 0x854184) is known color: Vivid Violet. HEX triplet: 85, 41 and 84. RGB value is (133,65,132). Sum of RGB (Red+Green+Blue) = 133+65+132=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 132 (51.95% from 255 or 40% from 330); Max value from RGB is 133 - color contains mainly: red. Hex color #854184 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854184 is #7ABE7B. Grayscale: #5C5C5C. Windows color (decimal): -8044156 or 8667525. OLE color: 8667525.
HSL color Cylindrical-coordinate representation of color #854184: hue angle of 300.88º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #854184 is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 65 | 132 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.48 |
| HSL | 300.88º | 0.34% | 0.39% | - |
| HSV(B) | 300.88º | 0.51% | 0.52% | - |
| XYZ | 15.73 | 10.43 | 23.01 | - |
| YUV | 92.97 | 150.03 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 65 | 132 | 0 | 0.51 | 0.01 | 0.48 | 300.88 | 0.34 | 0.39 |
| Hex | 85 | 41 | 84 | 0 | 33 | 1 | 30 | 12D | 22 | 27 |
| Octal | 205 | 101 | 204 | 0 | 63 | 1 | 60 | 455 | 42 | 47 |
| Binary | 10000101 | 1000001 | 10000100 | 0 | 110011 | 1 | 110000 | 100101101 | 100010 | 100111 |
Color Harmonies of #854184
Complementary color
Monochromatic Colors of #854184
Black with #854184
Text Example
Text Example
White with #854184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854184; }
p { color: rgb(133,65,132); }
H1.HeaderClassName
{
color: #854184;
}
.AnyTagClassName
{
color: #854184;
}
</style>
background-color css
<style>
a { background-color: #854184; }
a { background-color: rgb(133,65,132); }
div.DivClassName
{
background-color: #854184;
}
.BgClassName
{
background-color: #854184;
}
</style>
border-color css
<style>
span { border-color: #854184; }
span { border-color: rgb(133,65,132); }
td.TdClassName
{
border-color: #854184;
}
.TagClassName
{
border-color: #854184;
}
</style>