Shades of Vivid Violet #85218B
Tints of Vivid Violet #85218B
RGB
CMYK
RGB Variations
Color information
#85218B (or 0x85218B) is known color: Vivid Violet. HEX triplet: 85, 21 and 8B. RGB value is (133,33,139). Sum of RGB (Red+Green+Blue) = 133+33+139=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 33 (13.28% from 255 or 10.82% from 305); Blue value is 139 (54.69% from 255 or 45.57% from 305); Max value from RGB is 139 - color contains mainly: blue. Hex color #85218B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85218B is #7ADE74. Grayscale: #4A4A4A. Windows color (decimal): -8052341 or 9118085. OLE color: 9118085.
HSL color Cylindrical-coordinate representation of color #85218B: hue angle of 296.6º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #85218B is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 33 | 139 | - |
| CMYK | 0.04 | 0.76 | 0 | 0.45 |
| HSL | 296.6º | 0.62% | 0.34% | - |
| HSV(B) | 296.6º | 0.76% | 0.55% | - |
| XYZ | 14.88 | 7.94 | 25.17 | - |
| YUV | 74.98 | 164.13 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 33 | 139 | 0.04 | 0.76 | 0 | 0.45 | 296.6 | 0.62 | 0.34 |
| Hex | 85 | 21 | 8B | 4 | 4C | 0 | 2D | 129 | 3E | 22 |
| Octal | 205 | 41 | 213 | 4 | 114 | 0 | 55 | 451 | 76 | 42 |
| Binary | 10000101 | 100001 | 10001011 | 100 | 1001100 | 0 | 101101 | 100101001 | 111110 | 100010 |
Color Harmonies of #85218B
Complementary color
Monochromatic Colors of #85218B
Black with #85218B
Text Example
Text Example
White with #85218B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85218B; }
p { color: rgb(133,33,139); }
H1.HeaderClassName
{
color: #85218B;
}
.AnyTagClassName
{
color: #85218B;
}
</style>
background-color css
<style>
a { background-color: #85218B; }
a { background-color: rgb(133,33,139); }
div.DivClassName
{
background-color: #85218B;
}
.BgClassName
{
background-color: #85218B;
}
</style>
border-color css
<style>
span { border-color: #85218B; }
span { border-color: rgb(133,33,139); }
td.TdClassName
{
border-color: #85218B;
}
.TagClassName
{
border-color: #85218B;
}
</style>