Shades of Vivid Violet #86349B
Tints of Vivid Violet #86349B
RGB
CMYK
RGB Variations
Color information
#86349B (or 0x86349B) is known color: Vivid Violet. HEX triplet: 86, 34 and 9B. RGB value is (134,52,155). Sum of RGB (Red+Green+Blue) = 134+52+155=341 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.30% from 341); Green value is 52 (20.70% from 255 or 15.25% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 155 - color contains mainly: blue. Hex color #86349B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #86349B is #79CB64. Grayscale: #575757. Windows color (decimal): -7981925 or 10171526. OLE color: 10171526.
HSL color Cylindrical-coordinate representation of color #86349B: hue angle of 287.77º degrees, saturation: 0.5, 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 #86349B is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 134 | 52 | 155 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.39 |
| HSL | 287.77º | 0.5% | 0.41% | - |
| HSV(B) | 287.77º | 0.66% | 0.61% | - |
| XYZ | 16.98 | 9.89 | 32.02 | - |
| YUV | 88.26 | 165.67 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 52 | 155 | 0.14 | 0.66 | 0 | 0.39 | 287.77 | 0.5 | 0.41 |
| Hex | 86 | 34 | 9B | E | 42 | 0 | 27 | 120 | 32 | 29 |
| Octal | 206 | 64 | 233 | 16 | 102 | 0 | 47 | 440 | 62 | 51 |
| Binary | 10000110 | 110100 | 10011011 | 1110 | 1000010 | 0 | 100111 | 100100000 | 110010 | 101001 |
Color Harmonies of #86349B
Complementary color
Monochromatic Colors of #86349B
Black with #86349B
Text Example
Text Example
White with #86349B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86349B; }
p { color: rgb(134,52,155); }
H1.HeaderClassName
{
color: #86349B;
}
.AnyTagClassName
{
color: #86349B;
}
</style>
background-color css
<style>
a { background-color: #86349B; }
a { background-color: rgb(134,52,155); }
div.DivClassName
{
background-color: #86349B;
}
.BgClassName
{
background-color: #86349B;
}
</style>
border-color css
<style>
span { border-color: #86349B; }
span { border-color: rgb(134,52,155); }
td.TdClassName
{
border-color: #86349B;
}
.TagClassName
{
border-color: #86349B;
}
</style>