Shades of Vivid Violet #86499D
Tints of Vivid Violet #86499D
RGB
CMYK
RGB Variations
Color information
#86499D (or 0x86499D) is known color: Vivid Violet. HEX triplet: 86, 49 and 9D. RGB value is (134,73,157). Sum of RGB (Red+Green+Blue) = 134+73+157=364 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.81% from 364); Green value is 73 (28.91% from 255 or 20.05% from 364); Blue value is 157 (61.72% from 255 or 43.13% from 364); Max value from RGB is 157 - color contains mainly: blue. Hex color #86499D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #86499D is #79B662. Grayscale: #646464. Windows color (decimal): -7976547 or 10307974. OLE color: 10307974.
HSL color Cylindrical-coordinate representation of color #86499D: hue angle of 283.57º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #86499D is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 73 | 157 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.38 |
| HSL | 283.57º | 0.37% | 0.45% | - |
| HSV(B) | 283.57º | 0.54% | 0.62% | - |
| XYZ | 18.3 | 12.27 | 33.3 | - |
| YUV | 100.82 | 159.71 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 73 | 157 | 0.15 | 0.54 | 0 | 0.38 | 283.57 | 0.37 | 0.45 |
| Hex | 86 | 49 | 9D | F | 36 | 0 | 26 | 11C | 25 | 2D |
| Octal | 206 | 111 | 235 | 17 | 66 | 0 | 46 | 434 | 45 | 55 |
| Binary | 10000110 | 1001001 | 10011101 | 1111 | 110110 | 0 | 100110 | 100011100 | 100101 | 101101 |
Color Harmonies of #86499D
Complementary color
Monochromatic Colors of #86499D
Black with #86499D
Text Example
Text Example
White with #86499D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86499D; }
p { color: rgb(134,73,157); }
H1.HeaderClassName
{
color: #86499D;
}
.AnyTagClassName
{
color: #86499D;
}
</style>
background-color css
<style>
a { background-color: #86499D; }
a { background-color: rgb(134,73,157); }
div.DivClassName
{
background-color: #86499D;
}
.BgClassName
{
background-color: #86499D;
}
</style>
border-color css
<style>
span { border-color: #86499D; }
span { border-color: rgb(134,73,157); }
td.TdClassName
{
border-color: #86499D;
}
.TagClassName
{
border-color: #86499D;
}
</style>