Shades of Vivid Violet #853D84
Tints of Vivid Violet #853D84
RGB
CMYK
RGB Variations
Color information
#853D84 (or 0x853D84) is known color: Vivid Violet. HEX triplet: 85, 3D and 84. RGB value is (133,61,132). Sum of RGB (Red+Green+Blue) = 133+61+132=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 61 (24.22% from 255 or 18.71% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 133 - color contains mainly: red. Hex color #853D84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853D84 is #7AC27B. Grayscale: #5A5A5A. Windows color (decimal): -8045180 or 8666501. OLE color: 8666501.
HSL color Cylindrical-coordinate representation of color #853D84: hue angle of 300.83º 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 #853D84 is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 61 | 132 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.48 |
| HSL | 300.83º | 0.37% | 0.38% | - |
| HSV(B) | 300.83º | 0.54% | 0.52% | - |
| XYZ | 15.51 | 9.99 | 22.94 | - |
| YUV | 90.62 | 151.35 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 61 | 132 | 0 | 0.54 | 0.01 | 0.48 | 300.83 | 0.37 | 0.38 |
| Hex | 85 | 3D | 84 | 0 | 36 | 1 | 30 | 12D | 25 | 26 |
| Octal | 205 | 75 | 204 | 0 | 66 | 1 | 60 | 455 | 45 | 46 |
| Binary | 10000101 | 111101 | 10000100 | 0 | 110110 | 1 | 110000 | 100101101 | 100101 | 100110 |
Color Harmonies of #853D84
Complementary color
Monochromatic Colors of #853D84
Black with #853D84
Text Example
Text Example
White with #853D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853D84; }
p { color: rgb(133,61,132); }
H1.HeaderClassName
{
color: #853D84;
}
.AnyTagClassName
{
color: #853D84;
}
</style>
background-color css
<style>
a { background-color: #853D84; }
a { background-color: rgb(133,61,132); }
div.DivClassName
{
background-color: #853D84;
}
.BgClassName
{
background-color: #853D84;
}
</style>
border-color css
<style>
span { border-color: #853D84; }
span { border-color: rgb(133,61,132); }
td.TdClassName
{
border-color: #853D84;
}
.TagClassName
{
border-color: #853D84;
}
</style>