Shades of Vivid Violet #86478E
Tints of Vivid Violet #86478E
RGB
CMYK
RGB Variations
Color information
#86478E (or 0x86478E) is known color: Vivid Violet. HEX triplet: 86, 47 and 8E. RGB value is (134,71,142). Sum of RGB (Red+Green+Blue) = 134+71+142=347 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.62% from 347); Green value is 71 (28.12% from 255 or 20.46% from 347); Blue value is 142 (55.86% from 255 or 40.92% from 347); Max value from RGB is 142 - color contains mainly: blue. Hex color #86478E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #86478E is #79B871. Grayscale: #616161. Windows color (decimal): -7977074 or 9324422. OLE color: 9324422.
HSL color Cylindrical-coordinate representation of color #86478E: hue angle of 293.24º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #86478E is Cyan = 0.06, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 134 | 71 | 142 | - |
| CMYK | 0.06 | 0.5 | 0 | 0.44 |
| HSL | 293.24º | 0.33% | 0.42% | - |
| HSV(B) | 293.24º | 0.5% | 0.56% | - |
| XYZ | 16.97 | 11.53 | 26.92 | - |
| YUV | 97.93 | 152.87 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 71 | 142 | 0.06 | 0.5 | 0 | 0.44 | 293.24 | 0.33 | 0.42 |
| Hex | 86 | 47 | 8E | 6 | 32 | 0 | 2C | 125 | 21 | 2A |
| Octal | 206 | 107 | 216 | 6 | 62 | 0 | 54 | 445 | 41 | 52 |
| Binary | 10000110 | 1000111 | 10001110 | 110 | 110010 | 0 | 101100 | 100100101 | 100001 | 101010 |
Color Harmonies of #86478E
Complementary color
Monochromatic Colors of #86478E
Black with #86478E
Text Example
Text Example
White with #86478E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86478E; }
p { color: rgb(134,71,142); }
H1.HeaderClassName
{
color: #86478E;
}
.AnyTagClassName
{
color: #86478E;
}
</style>
background-color css
<style>
a { background-color: #86478E; }
a { background-color: rgb(134,71,142); }
div.DivClassName
{
background-color: #86478E;
}
.BgClassName
{
background-color: #86478E;
}
</style>
border-color css
<style>
span { border-color: #86478E; }
span { border-color: rgb(134,71,142); }
td.TdClassName
{
border-color: #86478E;
}
.TagClassName
{
border-color: #86478E;
}
</style>