Shades of Vivid Violet #86478B
Tints of Vivid Violet #86478B
RGB
CMYK
RGB Variations
Color information
#86478B (or 0x86478B) is known color: Vivid Violet. HEX triplet: 86, 47 and 8B. RGB value is (134,71,139). Sum of RGB (Red+Green+Blue) = 134+71+139=344 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.95% from 344); Green value is 71 (28.12% from 255 or 20.64% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 139 - color contains mainly: blue. Hex color #86478B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #86478B is #79B874. Grayscale: #616161. Windows color (decimal): -7977077 or 9127814. OLE color: 9127814.
HSL color Cylindrical-coordinate representation of color #86478B: hue angle of 295.59º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #86478B is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 134 | 71 | 139 | - |
| CMYK | 0.04 | 0.49 | 0 | 0.45 |
| HSL | 295.59º | 0.32% | 0.41% | - |
| HSV(B) | 295.59º | 0.49% | 0.55% | - |
| XYZ | 16.74 | 11.44 | 25.75 | - |
| YUV | 97.59 | 151.37 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 71 | 139 | 0.04 | 0.49 | 0 | 0.45 | 295.59 | 0.32 | 0.41 |
| Hex | 86 | 47 | 8B | 4 | 31 | 0 | 2D | 128 | 20 | 29 |
| Octal | 206 | 107 | 213 | 4 | 61 | 0 | 55 | 450 | 40 | 51 |
| Binary | 10000110 | 1000111 | 10001011 | 100 | 110001 | 0 | 101101 | 100101000 | 100000 | 101001 |
Color Harmonies of #86478B
Complementary color
Monochromatic Colors of #86478B
Black with #86478B
Text Example
Text Example
White with #86478B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86478B; }
p { color: rgb(134,71,139); }
H1.HeaderClassName
{
color: #86478B;
}
.AnyTagClassName
{
color: #86478B;
}
</style>
background-color css
<style>
a { background-color: #86478B; }
a { background-color: rgb(134,71,139); }
div.DivClassName
{
background-color: #86478B;
}
.BgClassName
{
background-color: #86478B;
}
</style>
border-color css
<style>
span { border-color: #86478B; }
span { border-color: rgb(134,71,139); }
td.TdClassName
{
border-color: #86478B;
}
.TagClassName
{
border-color: #86478B;
}
</style>