Shades of Vivid Violet #86199B
Tints of Vivid Violet #86199B
RGB
CMYK
RGB Variations
Color information
#86199B (or 0x86199B) is known color: Vivid Violet. HEX triplet: 86, 19 and 9B. RGB value is (134,25,155). Sum of RGB (Red+Green+Blue) = 134+25+155=314 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.68% from 314); Green value is 25 (10.16% from 255 or 7.96% from 314); Blue value is 155 (60.94% from 255 or 49.36% from 314); Max value from RGB is 155 - color contains mainly: blue. Hex color #86199B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86199B is #79E664. Grayscale: #484848. Windows color (decimal): -7988837 or 10164614. OLE color: 10164614.
HSL color Cylindrical-coordinate representation of color #86199B: hue angle of 290.31º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #86199B is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 134 | 25 | 155 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.39 |
| HSL | 290.31º | 0.72% | 0.35% | - |
| HSV(B) | 290.31º | 0.84% | 0.61% | - |
| XYZ | 16.1 | 8.13 | 31.73 | - |
| YUV | 72.41 | 174.61 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 25 | 155 | 0.14 | 0.84 | 0 | 0.39 | 290.31 | 0.72 | 0.35 |
| Hex | 86 | 19 | 9B | E | 54 | 0 | 27 | 122 | 48 | 23 |
| Octal | 206 | 31 | 233 | 16 | 124 | 0 | 47 | 442 | 110 | 43 |
| Binary | 10000110 | 11001 | 10011011 | 1110 | 1010100 | 0 | 100111 | 100100010 | 1001000 | 100011 |
Color Harmonies of #86199B
Complementary color
Monochromatic Colors of #86199B
Black with #86199B
Text Example
Text Example
White with #86199B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86199B; }
p { color: rgb(134,25,155); }
H1.HeaderClassName
{
color: #86199B;
}
.AnyTagClassName
{
color: #86199B;
}
</style>
background-color css
<style>
a { background-color: #86199B; }
a { background-color: rgb(134,25,155); }
div.DivClassName
{
background-color: #86199B;
}
.BgClassName
{
background-color: #86199B;
}
</style>
border-color css
<style>
span { border-color: #86199B; }
span { border-color: rgb(134,25,155); }
td.TdClassName
{
border-color: #86199B;
}
.TagClassName
{
border-color: #86199B;
}
</style>