Shades of Vivid Violet #86479A
Tints of Vivid Violet #86479A
RGB
CMYK
RGB Variations
Color information
#86479A (or 0x86479A) is known color: Vivid Violet. HEX triplet: 86, 47 and 9A. RGB value is (134,71,154). Sum of RGB (Red+Green+Blue) = 134+71+154=359 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.33% from 359); Green value is 71 (28.12% from 255 or 19.78% from 359); Blue value is 154 (60.55% from 255 or 42.90% from 359); Max value from RGB is 154 - color contains mainly: blue. Hex color #86479A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #86479A is #79B865. Grayscale: #636363. Windows color (decimal): -7977062 or 10110854. OLE color: 10110854.
HSL color Cylindrical-coordinate representation of color #86479A: hue angle of 285.54º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #86479A is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 134 | 71 | 154 | - |
| CMYK | 0.13 | 0.54 | 0 | 0.40 |
| HSL | 285.54º | 0.37% | 0.44% | - |
| HSV(B) | 285.54º | 0.54% | 0.6% | - |
| XYZ | 17.92 | 11.91 | 31.93 | - |
| YUV | 99.3 | 158.87 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 71 | 154 | 0.13 | 0.54 | 0 | 0.40 | 285.54 | 0.37 | 0.44 |
| Hex | 86 | 47 | 9A | D | 36 | 0 | 28 | 11E | 25 | 2C |
| Octal | 206 | 107 | 232 | 15 | 66 | 0 | 50 | 436 | 45 | 54 |
| Binary | 10000110 | 1000111 | 10011010 | 1101 | 110110 | 0 | 101000 | 100011110 | 100101 | 101100 |
Color Harmonies of #86479A
Complementary color
Monochromatic Colors of #86479A
Black with #86479A
Text Example
Text Example
White with #86479A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86479A; }
p { color: rgb(134,71,154); }
H1.HeaderClassName
{
color: #86479A;
}
.AnyTagClassName
{
color: #86479A;
}
</style>
background-color css
<style>
a { background-color: #86479A; }
a { background-color: rgb(134,71,154); }
div.DivClassName
{
background-color: #86479A;
}
.BgClassName
{
background-color: #86479A;
}
</style>
border-color css
<style>
span { border-color: #86479A; }
span { border-color: rgb(134,71,154); }
td.TdClassName
{
border-color: #86479A;
}
.TagClassName
{
border-color: #86479A;
}
</style>