Shades of Vivid Violet #86219B
Tints of Vivid Violet #86219B
RGB
CMYK
RGB Variations
Color information
#86219B (or 0x86219B) is known color: Vivid Violet. HEX triplet: 86, 21 and 9B. RGB value is (134,33,155). Sum of RGB (Red+Green+Blue) = 134+33+155=322 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.61% from 322); Green value is 33 (13.28% from 255 or 10.25% from 322); Blue value is 155 (60.94% from 255 or 48.14% from 322); Max value from RGB is 155 - color contains mainly: blue. Hex color #86219B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #86219B is #79DE64. Grayscale: #4C4C4C. Windows color (decimal): -7986789 or 10166662. OLE color: 10166662.
HSL color Cylindrical-coordinate representation of color #86219B: hue angle of 289.67º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #86219B is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 134 | 33 | 155 | - |
| CMYK | 0.14 | 0.79 | 0 | 0.39 |
| HSL | 289.67º | 0.65% | 0.37% | - |
| HSV(B) | 289.67º | 0.79% | 0.61% | - |
| XYZ | 16.29 | 8.52 | 31.8 | - |
| YUV | 77.11 | 171.96 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 33 | 155 | 0.14 | 0.79 | 0 | 0.39 | 289.67 | 0.65 | 0.37 |
| Hex | 86 | 21 | 9B | E | 4F | 0 | 27 | 122 | 41 | 25 |
| Octal | 206 | 41 | 233 | 16 | 117 | 0 | 47 | 442 | 101 | 45 |
| Binary | 10000110 | 100001 | 10011011 | 1110 | 1001111 | 0 | 100111 | 100100010 | 1000001 | 100101 |
Color Harmonies of #86219B
Complementary color
Monochromatic Colors of #86219B
Black with #86219B
Text Example
Text Example
White with #86219B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86219B; }
p { color: rgb(134,33,155); }
H1.HeaderClassName
{
color: #86219B;
}
.AnyTagClassName
{
color: #86219B;
}
</style>
background-color css
<style>
a { background-color: #86219B; }
a { background-color: rgb(134,33,155); }
div.DivClassName
{
background-color: #86219B;
}
.BgClassName
{
background-color: #86219B;
}
</style>
border-color css
<style>
span { border-color: #86219B; }
span { border-color: rgb(134,33,155); }
td.TdClassName
{
border-color: #86219B;
}
.TagClassName
{
border-color: #86219B;
}
</style>