Shades of Vivid Violet #86359D
Tints of Vivid Violet #86359D
RGB
CMYK
RGB Variations
Color information
#86359D (or 0x86359D) is known color: Vivid Violet. HEX triplet: 86, 35 and 9D. RGB value is (134,53,157). Sum of RGB (Red+Green+Blue) = 134+53+157=344 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.95% from 344); Green value is 53 (21.09% from 255 or 15.41% from 344); Blue value is 157 (61.72% from 255 or 45.64% from 344); Max value from RGB is 157 - color contains mainly: blue. Hex color #86359D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #86359D is #79CA62. Grayscale: #585858. Windows color (decimal): -7981667 or 10302854. OLE color: 10302854.
HSL color Cylindrical-coordinate representation of color #86359D: hue angle of 286.73º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #86359D is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 53 | 157 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.38 |
| HSL | 286.73º | 0.5% | 0.41% | - |
| HSV(B) | 286.73º | 0.66% | 0.62% | - |
| XYZ | 17.19 | 10.05 | 32.93 | - |
| YUV | 89.08 | 166.34 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 53 | 157 | 0.15 | 0.66 | 0 | 0.38 | 286.73 | 0.5 | 0.41 |
| Hex | 86 | 35 | 9D | F | 42 | 0 | 26 | 11F | 32 | 29 |
| Octal | 206 | 65 | 235 | 17 | 102 | 0 | 46 | 437 | 62 | 51 |
| Binary | 10000110 | 110101 | 10011101 | 1111 | 1000010 | 0 | 100110 | 100011111 | 110010 | 101001 |
Color Harmonies of #86359D
Complementary color
Monochromatic Colors of #86359D
Black with #86359D
Text Example
Text Example
White with #86359D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86359D; }
p { color: rgb(134,53,157); }
H1.HeaderClassName
{
color: #86359D;
}
.AnyTagClassName
{
color: #86359D;
}
</style>
background-color css
<style>
a { background-color: #86359D; }
a { background-color: rgb(134,53,157); }
div.DivClassName
{
background-color: #86359D;
}
.BgClassName
{
background-color: #86359D;
}
</style>
border-color css
<style>
span { border-color: #86359D; }
span { border-color: rgb(134,53,157); }
td.TdClassName
{
border-color: #86359D;
}
.TagClassName
{
border-color: #86359D;
}
</style>