Shades of Vivid Violet #854082
Tints of Vivid Violet #854082
RGB
CMYK
RGB Variations
Color information
#854082 (or 0x854082) is known color: Vivid Violet. HEX triplet: 85, 40 and 82. RGB value is (133,64,130). Sum of RGB (Red+Green+Blue) = 133+64+130=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 130 (51.17% from 255 or 39.76% from 327); Max value from RGB is 133 - color contains mainly: red. Hex color #854082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854082 is #7ABF7D. Grayscale: #5B5B5B. Windows color (decimal): -8044414 or 8536197. OLE color: 8536197.
HSL color Cylindrical-coordinate representation of color #854082: hue angle of 302.61º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #854082 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 64 | 130 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.48 |
| HSL | 302.61º | 0.35% | 0.39% | - |
| HSV(B) | 302.61º | 0.52% | 0.52% | - |
| XYZ | 15.54 | 10.27 | 22.28 | - |
| YUV | 92.16 | 149.36 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 64 | 130 | 0 | 0.52 | 0.02 | 0.48 | 302.61 | 0.35 | 0.39 |
| Hex | 85 | 40 | 82 | 0 | 34 | 2 | 30 | 12F | 23 | 27 |
| Octal | 205 | 100 | 202 | 0 | 64 | 2 | 60 | 457 | 43 | 47 |
| Binary | 10000101 | 1000000 | 10000010 | 0 | 110100 | 10 | 110000 | 100101111 | 100011 | 100111 |
Color Harmonies of #854082
Complementary color
Monochromatic Colors of #854082
Black with #854082
Text Example
Text Example
White with #854082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854082; }
p { color: rgb(133,64,130); }
H1.HeaderClassName
{
color: #854082;
}
.AnyTagClassName
{
color: #854082;
}
</style>
background-color css
<style>
a { background-color: #854082; }
a { background-color: rgb(133,64,130); }
div.DivClassName
{
background-color: #854082;
}
.BgClassName
{
background-color: #854082;
}
</style>
border-color css
<style>
span { border-color: #854082; }
span { border-color: rgb(133,64,130); }
td.TdClassName
{
border-color: #854082;
}
.TagClassName
{
border-color: #854082;
}
</style>