Shades of Vivid Violet #86219F
Tints of Vivid Violet #86219F
RGB
CMYK
RGB Variations
Color information
#86219F (or 0x86219F) is known color: Vivid Violet. HEX triplet: 86, 21 and 9F. RGB value is (134,33,159). Sum of RGB (Red+Green+Blue) = 134+33+159=326 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.10% from 326); Green value is 33 (13.28% from 255 or 10.12% from 326); Blue value is 159 (62.5% from 255 or 48.77% from 326); Max value from RGB is 159 - color contains mainly: blue. Hex color #86219F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #86219F is #79DE60. Grayscale: #4D4D4D. Windows color (decimal): -7986785 or 10428806. OLE color: 10428806.
HSL color Cylindrical-coordinate representation of color #86219F: hue angle of 288.1º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #86219F is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 33 | 159 | - |
| CMYK | 0.16 | 0.79 | 0 | 0.38 |
| HSL | 288.1º | 0.66% | 0.38% | - |
| HSV(B) | 288.1º | 0.79% | 0.62% | - |
| XYZ | 16.63 | 8.66 | 33.6 | - |
| YUV | 77.56 | 173.96 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 33 | 159 | 0.16 | 0.79 | 0 | 0.38 | 288.1 | 0.66 | 0.38 |
| Hex | 86 | 21 | 9F | 10 | 4F | 0 | 26 | 120 | 42 | 26 |
| Octal | 206 | 41 | 237 | 20 | 117 | 0 | 46 | 440 | 102 | 46 |
| Binary | 10000110 | 100001 | 10011111 | 10000 | 1001111 | 0 | 100110 | 100100000 | 1000010 | 100110 |
Color Harmonies of #86219F
Complementary color
Monochromatic Colors of #86219F
Black with #86219F
Text Example
Text Example
White with #86219F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86219F; }
p { color: rgb(134,33,159); }
H1.HeaderClassName
{
color: #86219F;
}
.AnyTagClassName
{
color: #86219F;
}
</style>
background-color css
<style>
a { background-color: #86219F; }
a { background-color: rgb(134,33,159); }
div.DivClassName
{
background-color: #86219F;
}
.BgClassName
{
background-color: #86219F;
}
</style>
border-color css
<style>
span { border-color: #86219F; }
span { border-color: rgb(134,33,159); }
td.TdClassName
{
border-color: #86219F;
}
.TagClassName
{
border-color: #86219F;
}
</style>