Shades of Vivid Violet #86199F
Tints of Vivid Violet #86199F
RGB
CMYK
RGB Variations
Color information
#86199F (or 0x86199F) is known color: Vivid Violet. HEX triplet: 86, 19 and 9F. RGB value is (134,25,159). Sum of RGB (Red+Green+Blue) = 134+25+159=318 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.14% from 318); Green value is 25 (10.16% from 255 or 7.86% from 318); Blue value is 159 (62.5% from 255 or 50% from 318); Max value from RGB is 159 - color contains mainly: blue. Hex color #86199F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86199F is #79E660. Grayscale: #484848. Windows color (decimal): -7988833 or 10426758. OLE color: 10426758.
HSL color Cylindrical-coordinate representation of color #86199F: hue angle of 288.81º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #86199F is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 25 | 159 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.38 |
| HSL | 288.81º | 0.73% | 0.36% | - |
| HSV(B) | 288.81º | 0.84% | 0.62% | - |
| XYZ | 16.44 | 8.27 | 33.53 | - |
| YUV | 72.87 | 176.61 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 25 | 159 | 0.16 | 0.84 | 0 | 0.38 | 288.81 | 0.73 | 0.36 |
| Hex | 86 | 19 | 9F | 10 | 54 | 0 | 26 | 121 | 49 | 24 |
| Octal | 206 | 31 | 237 | 20 | 124 | 0 | 46 | 441 | 111 | 44 |
| Binary | 10000110 | 11001 | 10011111 | 10000 | 1010100 | 0 | 100110 | 100100001 | 1001001 | 100100 |
Color Harmonies of #86199F
Complementary color
Monochromatic Colors of #86199F
Black with #86199F
Text Example
Text Example
White with #86199F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86199F; }
p { color: rgb(134,25,159); }
H1.HeaderClassName
{
color: #86199F;
}
.AnyTagClassName
{
color: #86199F;
}
</style>
background-color css
<style>
a { background-color: #86199F; }
a { background-color: rgb(134,25,159); }
div.DivClassName
{
background-color: #86199F;
}
.BgClassName
{
background-color: #86199F;
}
</style>
border-color css
<style>
span { border-color: #86199F; }
span { border-color: rgb(134,25,159); }
td.TdClassName
{
border-color: #86199F;
}
.TagClassName
{
border-color: #86199F;
}
</style>