Shades of Vivid Violet #86368D
Tints of Vivid Violet #86368D
RGB
CMYK
RGB Variations
Color information
#86368D (or 0x86368D) is known color: Vivid Violet. HEX triplet: 86, 36 and 8D. RGB value is (134,54,141). Sum of RGB (Red+Green+Blue) = 134+54+141=329 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.73% from 329); Green value is 54 (21.48% from 255 or 16.41% from 329); Blue value is 141 (55.47% from 255 or 42.86% from 329); Max value from RGB is 141 - color contains mainly: blue. Hex color #86368D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #86368D is #79C972. Grayscale: #575757. Windows color (decimal): -7981427 or 9254534. OLE color: 9254534.
HSL color Cylindrical-coordinate representation of color #86368D: hue angle of 295.17º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #86368D is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 134 | 54 | 141 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.45 |
| HSL | 295.17º | 0.45% | 0.38% | - |
| HSV(B) | 295.17º | 0.62% | 0.55% | - |
| XYZ | 15.96 | 9.63 | 26.22 | - |
| YUV | 87.84 | 158 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 54 | 141 | 0.05 | 0.62 | 0 | 0.45 | 295.17 | 0.45 | 0.38 |
| Hex | 86 | 36 | 8D | 5 | 3E | 0 | 2D | 127 | 2D | 26 |
| Octal | 206 | 66 | 215 | 5 | 76 | 0 | 55 | 447 | 55 | 46 |
| Binary | 10000110 | 110110 | 10001101 | 101 | 111110 | 0 | 101101 | 100100111 | 101101 | 100110 |
Color Harmonies of #86368D
Complementary color
Monochromatic Colors of #86368D
Black with #86368D
Text Example
Text Example
White with #86368D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86368D; }
p { color: rgb(134,54,141); }
H1.HeaderClassName
{
color: #86368D;
}
.AnyTagClassName
{
color: #86368D;
}
</style>
background-color css
<style>
a { background-color: #86368D; }
a { background-color: rgb(134,54,141); }
div.DivClassName
{
background-color: #86368D;
}
.BgClassName
{
background-color: #86368D;
}
</style>
border-color css
<style>
span { border-color: #86368D; }
span { border-color: rgb(134,54,141); }
td.TdClassName
{
border-color: #86368D;
}
.TagClassName
{
border-color: #86368D;
}
</style>