Shades of Vivid Violet #86359B
Tints of Vivid Violet #86359B
RGB
CMYK
RGB Variations
Color information
#86359B (or 0x86359B) is known color: Vivid Violet. HEX triplet: 86, 35 and 9B. RGB value is (134,53,155). Sum of RGB (Red+Green+Blue) = 134+53+155=342 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.18% from 342); Green value is 53 (21.09% from 255 or 15.50% from 342); Blue value is 155 (60.94% from 255 or 45.32% from 342); Max value from RGB is 155 - color contains mainly: blue. Hex color #86359B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #86359B is #79CA64. Grayscale: #585858. Windows color (decimal): -7981669 or 10171782. OLE color: 10171782.
HSL color Cylindrical-coordinate representation of color #86359B: hue angle of 287.65º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #86359B is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 134 | 53 | 155 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.39 |
| HSL | 287.65º | 0.49% | 0.41% | - |
| HSV(B) | 287.65º | 0.66% | 0.61% | - |
| XYZ | 17.02 | 9.98 | 32.04 | - |
| YUV | 88.85 | 165.34 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 53 | 155 | 0.14 | 0.66 | 0 | 0.39 | 287.65 | 0.49 | 0.41 |
| Hex | 86 | 35 | 9B | E | 42 | 0 | 27 | 120 | 31 | 29 |
| Octal | 206 | 65 | 233 | 16 | 102 | 0 | 47 | 440 | 61 | 51 |
| Binary | 10000110 | 110101 | 10011011 | 1110 | 1000010 | 0 | 100111 | 100100000 | 110001 | 101001 |
Color Harmonies of #86359B
Complementary color
Monochromatic Colors of #86359B
Black with #86359B
Text Example
Text Example
White with #86359B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86359B; }
p { color: rgb(134,53,155); }
H1.HeaderClassName
{
color: #86359B;
}
.AnyTagClassName
{
color: #86359B;
}
</style>
background-color css
<style>
a { background-color: #86359B; }
a { background-color: rgb(134,53,155); }
div.DivClassName
{
background-color: #86359B;
}
.BgClassName
{
background-color: #86359B;
}
</style>
border-color css
<style>
span { border-color: #86359B; }
span { border-color: rgb(134,53,155); }
td.TdClassName
{
border-color: #86359B;
}
.TagClassName
{
border-color: #86359B;
}
</style>