Shades of Vivid Violet #853D82
Tints of Vivid Violet #853D82
RGB
CMYK
RGB Variations
Color information
#853D82 (or 0x853D82) is known color: Vivid Violet. HEX triplet: 85, 3D and 82. RGB value is (133,61,130). Sum of RGB (Red+Green+Blue) = 133+61+130=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 61 (24.22% from 255 or 18.83% from 324); Blue value is 130 (51.17% from 255 or 40.12% from 324); Max value from RGB is 133 - color contains mainly: red. Hex color #853D82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853D82 is #7AC27D. Grayscale: #5A5A5A. Windows color (decimal): -8045182 or 8535429. OLE color: 8535429.
HSL color Cylindrical-coordinate representation of color #853D82: hue angle of 302.5º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #853D82 is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 61 | 130 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.48 |
| HSL | 302.5º | 0.37% | 0.38% | - |
| HSV(B) | 302.5º | 0.54% | 0.52% | - |
| XYZ | 15.37 | 9.94 | 22.23 | - |
| YUV | 90.39 | 150.35 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 61 | 130 | 0 | 0.54 | 0.02 | 0.48 | 302.5 | 0.37 | 0.38 |
| Hex | 85 | 3D | 82 | 0 | 36 | 2 | 30 | 12E | 25 | 26 |
| Octal | 205 | 75 | 202 | 0 | 66 | 2 | 60 | 456 | 45 | 46 |
| Binary | 10000101 | 111101 | 10000010 | 0 | 110110 | 10 | 110000 | 100101110 | 100101 | 100110 |
Color Harmonies of #853D82
Complementary color
Monochromatic Colors of #853D82
Black with #853D82
Text Example
Text Example
White with #853D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853D82; }
p { color: rgb(133,61,130); }
H1.HeaderClassName
{
color: #853D82;
}
.AnyTagClassName
{
color: #853D82;
}
</style>
background-color css
<style>
a { background-color: #853D82; }
a { background-color: rgb(133,61,130); }
div.DivClassName
{
background-color: #853D82;
}
.BgClassName
{
background-color: #853D82;
}
</style>
border-color css
<style>
span { border-color: #853D82; }
span { border-color: rgb(133,61,130); }
td.TdClassName
{
border-color: #853D82;
}
.TagClassName
{
border-color: #853D82;
}
</style>