Shades of Vivid Violet #86468C
Tints of Vivid Violet #86468C
RGB
CMYK
RGB Variations
Color information
#86468C (or 0x86468C) is known color: Vivid Violet. HEX triplet: 86, 46 and 8C. RGB value is (134,70,140). Sum of RGB (Red+Green+Blue) = 134+70+140=344 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.95% from 344); Green value is 70 (27.73% from 255 or 20.35% from 344); Blue value is 140 (55.08% from 255 or 40.70% from 344); Max value from RGB is 140 - color contains mainly: blue. Hex color #86468C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #86468C is #79B973. Grayscale: #606060. Windows color (decimal): -7977332 or 9193094. OLE color: 9193094.
HSL color Cylindrical-coordinate representation of color #86468C: hue angle of 294.86º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #86468C is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 134 | 70 | 140 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.45 |
| HSL | 294.86º | 0.33% | 0.41% | - |
| HSV(B) | 294.86º | 0.5% | 0.55% | - |
| XYZ | 16.76 | 11.34 | 26.12 | - |
| YUV | 97.12 | 152.2 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 70 | 140 | 0.04 | 0.50 | 0 | 0.45 | 294.86 | 0.33 | 0.41 |
| Hex | 86 | 46 | 8C | 4 | 32 | 0 | 2D | 127 | 21 | 29 |
| Octal | 206 | 106 | 214 | 4 | 62 | 0 | 55 | 447 | 41 | 51 |
| Binary | 10000110 | 1000110 | 10001100 | 100 | 110010 | 0 | 101101 | 100100111 | 100001 | 101001 |
Color Harmonies of #86468C
Complementary color
Monochromatic Colors of #86468C
Black with #86468C
Text Example
Text Example
White with #86468C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86468C; }
p { color: rgb(134,70,140); }
H1.HeaderClassName
{
color: #86468C;
}
.AnyTagClassName
{
color: #86468C;
}
</style>
background-color css
<style>
a { background-color: #86468C; }
a { background-color: rgb(134,70,140); }
div.DivClassName
{
background-color: #86468C;
}
.BgClassName
{
background-color: #86468C;
}
</style>
border-color css
<style>
span { border-color: #86468C; }
span { border-color: rgb(134,70,140); }
td.TdClassName
{
border-color: #86468C;
}
.TagClassName
{
border-color: #86468C;
}
</style>