Shades of Vivid Violet #85218C
Tints of Vivid Violet #85218C
RGB
CMYK
RGB Variations
Color information
#85218C (or 0x85218C) is known color: Vivid Violet. HEX triplet: 85, 21 and 8C. RGB value is (133,33,140). Sum of RGB (Red+Green+Blue) = 133+33+140=306 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.46% from 306); Green value is 33 (13.28% from 255 or 10.78% from 306); Blue value is 140 (55.08% from 255 or 45.75% from 306); Max value from RGB is 140 - color contains mainly: blue. Hex color #85218C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85218C is #7ADE73. Grayscale: #4A4A4A. Windows color (decimal): -8052340 or 9183621. OLE color: 9183621.
HSL color Cylindrical-coordinate representation of color #85218C: hue angle of 296.07º 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 #85218C is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 33 | 140 | - |
| CMYK | 0.05 | 0.76 | 0 | 0.45 |
| HSL | 296.07º | 0.62% | 0.34% | - |
| HSV(B) | 296.07º | 0.76% | 0.55% | - |
| XYZ | 14.95 | 7.97 | 25.56 | - |
| YUV | 75.1 | 164.63 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 33 | 140 | 0.05 | 0.76 | 0 | 0.45 | 296.07 | 0.62 | 0.34 |
| Hex | 85 | 21 | 8C | 5 | 4C | 0 | 2D | 128 | 3E | 22 |
| Octal | 205 | 41 | 214 | 5 | 114 | 0 | 55 | 450 | 76 | 42 |
| Binary | 10000101 | 100001 | 10001100 | 101 | 1001100 | 0 | 101101 | 100101000 | 111110 | 100010 |
Color Harmonies of #85218C
Complementary color
Monochromatic Colors of #85218C
Black with #85218C
Text Example
Text Example
White with #85218C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85218C; }
p { color: rgb(133,33,140); }
H1.HeaderClassName
{
color: #85218C;
}
.AnyTagClassName
{
color: #85218C;
}
</style>
background-color css
<style>
a { background-color: #85218C; }
a { background-color: rgb(133,33,140); }
div.DivClassName
{
background-color: #85218C;
}
.BgClassName
{
background-color: #85218C;
}
</style>
border-color css
<style>
span { border-color: #85218C; }
span { border-color: rgb(133,33,140); }
td.TdClassName
{
border-color: #85218C;
}
.TagClassName
{
border-color: #85218C;
}
</style>