Shades of Vivid Violet #86378C
Tints of Vivid Violet #86378C
RGB
CMYK
RGB Variations
Color information
#86378C (or 0x86378C) is known color: Vivid Violet. HEX triplet: 86, 37 and 8C. RGB value is (134,55,140). Sum of RGB (Red+Green+Blue) = 134+55+140=329 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.73% from 329); Green value is 55 (21.88% from 255 or 16.72% from 329); Blue value is 140 (55.08% from 255 or 42.55% from 329); Max value from RGB is 140 - color contains mainly: blue. Hex color #86378C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #86378C is #79C873. Grayscale: #585858. Windows color (decimal): -7981172 or 9189254. OLE color: 9189254.
HSL color Cylindrical-coordinate representation of color #86378C: hue angle of 295.76º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #86378C is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 134 | 55 | 140 | - |
| CMYK | 0.04 | 0.61 | 0 | 0.45 |
| HSL | 295.76º | 0.44% | 0.38% | - |
| HSV(B) | 295.76º | 0.61% | 0.55% | - |
| XYZ | 15.93 | 9.69 | 25.84 | - |
| YUV | 88.31 | 157.17 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 55 | 140 | 0.04 | 0.61 | 0 | 0.45 | 295.76 | 0.44 | 0.38 |
| Hex | 86 | 37 | 8C | 4 | 3D | 0 | 2D | 128 | 2C | 26 |
| Octal | 206 | 67 | 214 | 4 | 75 | 0 | 55 | 450 | 54 | 46 |
| Binary | 10000110 | 110111 | 10001100 | 100 | 111101 | 0 | 101101 | 100101000 | 101100 | 100110 |
Color Harmonies of #86378C
Complementary color
Monochromatic Colors of #86378C
Black with #86378C
Text Example
Text Example
White with #86378C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86378C; }
p { color: rgb(134,55,140); }
H1.HeaderClassName
{
color: #86378C;
}
.AnyTagClassName
{
color: #86378C;
}
</style>
background-color css
<style>
a { background-color: #86378C; }
a { background-color: rgb(134,55,140); }
div.DivClassName
{
background-color: #86378C;
}
.BgClassName
{
background-color: #86378C;
}
</style>
border-color css
<style>
span { border-color: #86378C; }
span { border-color: rgb(134,55,140); }
td.TdClassName
{
border-color: #86378C;
}
.TagClassName
{
border-color: #86378C;
}
</style>