Shades of Vivid Violet #86358D
Tints of Vivid Violet #86358D
RGB
CMYK
RGB Variations
Color information
#86358D (or 0x86358D) is known color: Vivid Violet. HEX triplet: 86, 35 and 8D. RGB value is (134,53,141). Sum of RGB (Red+Green+Blue) = 134+53+141=328 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.85% from 328); Green value is 53 (21.09% from 255 or 16.16% from 328); Blue value is 141 (55.47% from 255 or 42.99% from 328); Max value from RGB is 141 - color contains mainly: blue. Hex color #86358D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #86358D is #79CA72. Grayscale: #565656. Windows color (decimal): -7981683 or 9254278. OLE color: 9254278.
HSL color Cylindrical-coordinate representation of color #86358D: hue angle of 295.23º 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 #86358D is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 134 | 53 | 141 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.45 |
| HSL | 295.23º | 0.45% | 0.38% | - |
| HSV(B) | 295.23º | 0.62% | 0.55% | - |
| XYZ | 15.91 | 9.54 | 26.2 | - |
| YUV | 87.25 | 158.34 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 53 | 141 | 0.05 | 0.62 | 0 | 0.45 | 295.23 | 0.45 | 0.38 |
| Hex | 86 | 35 | 8D | 5 | 3E | 0 | 2D | 127 | 2D | 26 |
| Octal | 206 | 65 | 215 | 5 | 76 | 0 | 55 | 447 | 55 | 46 |
| Binary | 10000110 | 110101 | 10001101 | 101 | 111110 | 0 | 101101 | 100100111 | 101101 | 100110 |
Color Harmonies of #86358D
Complementary color
Monochromatic Colors of #86358D
Black with #86358D
Text Example
Text Example
White with #86358D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86358D; }
p { color: rgb(134,53,141); }
H1.HeaderClassName
{
color: #86358D;
}
.AnyTagClassName
{
color: #86358D;
}
</style>
background-color css
<style>
a { background-color: #86358D; }
a { background-color: rgb(134,53,141); }
div.DivClassName
{
background-color: #86358D;
}
.BgClassName
{
background-color: #86358D;
}
</style>
border-color css
<style>
span { border-color: #86358D; }
span { border-color: rgb(134,53,141); }
td.TdClassName
{
border-color: #86358D;
}
.TagClassName
{
border-color: #86358D;
}
</style>