Shades of Vivid Violet #85219D
Tints of Vivid Violet #85219D
RGB
CMYK
RGB Variations
Color information
#85219D (or 0x85219D) is known color: Vivid Violet. HEX triplet: 85, 21 and 9D. RGB value is (133,33,157). Sum of RGB (Red+Green+Blue) = 133+33+157=323 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.18% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 157 (61.72% from 255 or 48.61% from 323); Max value from RGB is 157 - color contains mainly: blue. Hex color #85219D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85219D is #7ADE62. Grayscale: #4C4C4C. Windows color (decimal): -8052323 or 10297733. OLE color: 10297733.
HSL color Cylindrical-coordinate representation of color #85219D: hue angle of 288.39º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #85219D is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 33 | 157 | - |
| CMYK | 0.15 | 0.79 | 0 | 0.38 |
| HSL | 288.39º | 0.65% | 0.37% | - |
| HSV(B) | 288.39º | 0.79% | 0.62% | - |
| XYZ | 16.3 | 8.51 | 32.68 | - |
| YUV | 77.04 | 173.13 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 33 | 157 | 0.15 | 0.79 | 0 | 0.38 | 288.39 | 0.65 | 0.37 |
| Hex | 85 | 21 | 9D | F | 4F | 0 | 26 | 120 | 41 | 25 |
| Octal | 205 | 41 | 235 | 17 | 117 | 0 | 46 | 440 | 101 | 45 |
| Binary | 10000101 | 100001 | 10011101 | 1111 | 1001111 | 0 | 100110 | 100100000 | 1000001 | 100101 |
Color Harmonies of #85219D
Complementary color
Monochromatic Colors of #85219D
Black with #85219D
Text Example
Text Example
White with #85219D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85219D; }
p { color: rgb(133,33,157); }
H1.HeaderClassName
{
color: #85219D;
}
.AnyTagClassName
{
color: #85219D;
}
</style>
background-color css
<style>
a { background-color: #85219D; }
a { background-color: rgb(133,33,157); }
div.DivClassName
{
background-color: #85219D;
}
.BgClassName
{
background-color: #85219D;
}
</style>
border-color css
<style>
span { border-color: #85219D; }
span { border-color: rgb(133,33,157); }
td.TdClassName
{
border-color: #85219D;
}
.TagClassName
{
border-color: #85219D;
}
</style>