Shades of Vivid Violet #86359A
Tints of Vivid Violet #86359A
RGB
CMYK
RGB Variations
Color information
#86359A (or 0x86359A) is known color: Vivid Violet. HEX triplet: 86, 35 and 9A. RGB value is (134,53,154). Sum of RGB (Red+Green+Blue) = 134+53+154=341 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.30% from 341); Green value is 53 (21.09% from 255 or 15.54% from 341); Blue value is 154 (60.55% from 255 or 45.16% from 341); Max value from RGB is 154 - color contains mainly: blue. Hex color #86359A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #86359A is #79CA65. Grayscale: #585858. Windows color (decimal): -7981670 or 10106246. OLE color: 10106246.
HSL color Cylindrical-coordinate representation of color #86359A: hue angle of 288.12º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #86359A is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 134 | 53 | 154 | - |
| CMYK | 0.13 | 0.66 | 0 | 0.40 |
| HSL | 288.12º | 0.49% | 0.41% | - |
| HSV(B) | 288.12º | 0.66% | 0.6% | - |
| XYZ | 16.94 | 9.95 | 31.6 | - |
| YUV | 88.73 | 164.84 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 53 | 154 | 0.13 | 0.66 | 0 | 0.40 | 288.12 | 0.49 | 0.41 |
| Hex | 86 | 35 | 9A | D | 42 | 0 | 28 | 120 | 31 | 29 |
| Octal | 206 | 65 | 232 | 15 | 102 | 0 | 50 | 440 | 61 | 51 |
| Binary | 10000110 | 110101 | 10011010 | 1101 | 1000010 | 0 | 101000 | 100100000 | 110001 | 101001 |
Color Harmonies of #86359A
Complementary color
Monochromatic Colors of #86359A
Black with #86359A
Text Example
Text Example
White with #86359A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86359A; }
p { color: rgb(134,53,154); }
H1.HeaderClassName
{
color: #86359A;
}
.AnyTagClassName
{
color: #86359A;
}
</style>
background-color css
<style>
a { background-color: #86359A; }
a { background-color: rgb(134,53,154); }
div.DivClassName
{
background-color: #86359A;
}
.BgClassName
{
background-color: #86359A;
}
</style>
border-color css
<style>
span { border-color: #86359A; }
span { border-color: rgb(134,53,154); }
td.TdClassName
{
border-color: #86359A;
}
.TagClassName
{
border-color: #86359A;
}
</style>