Shades of Vivid Violet #86378E
Tints of Vivid Violet #86378E
RGB
CMYK
RGB Variations
Color information
#86378E (or 0x86378E) is known color: Vivid Violet. HEX triplet: 86, 37 and 8E. RGB value is (134,55,142). Sum of RGB (Red+Green+Blue) = 134+55+142=331 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.48% from 331); Green value is 55 (21.88% from 255 or 16.62% from 331); Blue value is 142 (55.86% from 255 or 42.90% from 331); Max value from RGB is 142 - color contains mainly: blue. Hex color #86378E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #86378E is #79C871. Grayscale: #585858. Windows color (decimal): -7981170 or 9320326. OLE color: 9320326.
HSL color Cylindrical-coordinate representation of color #86378E: hue angle of 294.48º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #86378E is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 134 | 55 | 142 | - |
| CMYK | 0.06 | 0.61 | 0 | 0.44 |
| HSL | 294.48º | 0.44% | 0.39% | - |
| HSV(B) | 294.48º | 0.61% | 0.56% | - |
| XYZ | 16.08 | 9.75 | 26.63 | - |
| YUV | 88.54 | 158.17 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 55 | 142 | 0.06 | 0.61 | 0 | 0.44 | 294.48 | 0.44 | 0.39 |
| Hex | 86 | 37 | 8E | 6 | 3D | 0 | 2C | 126 | 2C | 27 |
| Octal | 206 | 67 | 216 | 6 | 75 | 0 | 54 | 446 | 54 | 47 |
| Binary | 10000110 | 110111 | 10001110 | 110 | 111101 | 0 | 101100 | 100100110 | 101100 | 100111 |
Color Harmonies of #86378E
Complementary color
Monochromatic Colors of #86378E
Black with #86378E
Text Example
Text Example
White with #86378E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86378E; }
p { color: rgb(134,55,142); }
H1.HeaderClassName
{
color: #86378E;
}
.AnyTagClassName
{
color: #86378E;
}
</style>
background-color css
<style>
a { background-color: #86378E; }
a { background-color: rgb(134,55,142); }
div.DivClassName
{
background-color: #86378E;
}
.BgClassName
{
background-color: #86378E;
}
</style>
border-color css
<style>
span { border-color: #86378E; }
span { border-color: rgb(134,55,142); }
td.TdClassName
{
border-color: #86378E;
}
.TagClassName
{
border-color: #86378E;
}
</style>