Shades of Vivid Violet #85418C
Tints of Vivid Violet #85418C
RGB
CMYK
RGB Variations
Color information
#85418C (or 0x85418C) is known color: Vivid Violet. HEX triplet: 85, 41 and 8C. RGB value is (133,65,140). Sum of RGB (Red+Green+Blue) = 133+65+140=338 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.35% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 140 (55.08% from 255 or 41.42% from 338); Max value from RGB is 140 - color contains mainly: blue. Hex color #85418C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #85418C is #7ABE73. Grayscale: #5D5D5D. Windows color (decimal): -8044148 or 9191813. OLE color: 9191813.
HSL color Cylindrical-coordinate representation of color #85418C: hue angle of 294.4º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #85418C is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 65 | 140 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.45 |
| HSL | 294.4º | 0.37% | 0.4% | - |
| HSV(B) | 294.4º | 0.54% | 0.55% | - |
| XYZ | 16.3 | 10.66 | 26.01 | - |
| YUV | 93.88 | 154.03 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 65 | 140 | 0.05 | 0.54 | 0 | 0.45 | 294.4 | 0.37 | 0.4 |
| Hex | 85 | 41 | 8C | 5 | 36 | 0 | 2D | 126 | 25 | 28 |
| Octal | 205 | 101 | 214 | 5 | 66 | 0 | 55 | 446 | 45 | 50 |
| Binary | 10000101 | 1000001 | 10001100 | 101 | 110110 | 0 | 101101 | 100100110 | 100101 | 101000 |
Color Harmonies of #85418C
Complementary color
Monochromatic Colors of #85418C
Black with #85418C
Text Example
Text Example
White with #85418C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85418C; }
p { color: rgb(133,65,140); }
H1.HeaderClassName
{
color: #85418C;
}
.AnyTagClassName
{
color: #85418C;
}
</style>
background-color css
<style>
a { background-color: #85418C; }
a { background-color: rgb(133,65,140); }
div.DivClassName
{
background-color: #85418C;
}
.BgClassName
{
background-color: #85418C;
}
</style>
border-color css
<style>
span { border-color: #85418C; }
span { border-color: rgb(133,65,140); }
td.TdClassName
{
border-color: #85418C;
}
.TagClassName
{
border-color: #85418C;
}
</style>