Shades of Vivid Violet #86339D
Tints of Vivid Violet #86339D
RGB
CMYK
RGB Variations
Color information
#86339D (or 0x86339D) is known color: Vivid Violet. HEX triplet: 86, 33 and 9D. RGB value is (134,51,157). Sum of RGB (Red+Green+Blue) = 134+51+157=342 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.18% from 342); Green value is 51 (20.31% from 255 or 14.91% from 342); Blue value is 157 (61.72% from 255 or 45.91% from 342); Max value from RGB is 157 - color contains mainly: blue. Hex color #86339D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #86339D is #79CC62. Grayscale: #575757. Windows color (decimal): -7982179 or 10302342. OLE color: 10302342.
HSL color Cylindrical-coordinate representation of color #86339D: hue angle of 286.98º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #86339D is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 51 | 157 | - |
| CMYK | 0.15 | 0.68 | 0 | 0.38 |
| HSL | 286.98º | 0.51% | 0.41% | - |
| HSV(B) | 286.98º | 0.68% | 0.62% | - |
| XYZ | 17.1 | 9.87 | 32.9 | - |
| YUV | 87.9 | 167 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 51 | 157 | 0.15 | 0.68 | 0 | 0.38 | 286.98 | 0.51 | 0.41 |
| Hex | 86 | 33 | 9D | F | 44 | 0 | 26 | 11F | 33 | 29 |
| Octal | 206 | 63 | 235 | 17 | 104 | 0 | 46 | 437 | 63 | 51 |
| Binary | 10000110 | 110011 | 10011101 | 1111 | 1000100 | 0 | 100110 | 100011111 | 110011 | 101001 |
Color Harmonies of #86339D
Complementary color
Monochromatic Colors of #86339D
Black with #86339D
Text Example
Text Example
White with #86339D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86339D; }
p { color: rgb(134,51,157); }
H1.HeaderClassName
{
color: #86339D;
}
.AnyTagClassName
{
color: #86339D;
}
</style>
background-color css
<style>
a { background-color: #86339D; }
a { background-color: rgb(134,51,157); }
div.DivClassName
{
background-color: #86339D;
}
.BgClassName
{
background-color: #86339D;
}
</style>
border-color css
<style>
span { border-color: #86339D; }
span { border-color: rgb(134,51,157); }
td.TdClassName
{
border-color: #86339D;
}
.TagClassName
{
border-color: #86339D;
}
</style>