Shades of Vivid Violet #86328B
Tints of Vivid Violet #86328B
RGB
CMYK
RGB Variations
Color information
#86328B (or 0x86328B) is known color: Vivid Violet. HEX triplet: 86, 32 and 8B. RGB value is (134,50,139). Sum of RGB (Red+Green+Blue) = 134+50+139=323 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.49% from 323); Green value is 50 (19.92% from 255 or 15.48% from 323); Blue value is 139 (54.69% from 255 or 43.03% from 323); Max value from RGB is 139 - color contains mainly: blue. Hex color #86328B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #86328B is #79CD74. Grayscale: #545454. Windows color (decimal): -7982453 or 9122438. OLE color: 9122438.
HSL color Cylindrical-coordinate representation of color #86328B: hue angle of 296.63º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #86328B is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 134 | 50 | 139 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.45 |
| HSL | 296.63º | 0.47% | 0.37% | - |
| HSV(B) | 296.63º | 0.64% | 0.55% | - |
| XYZ | 15.63 | 9.21 | 25.38 | - |
| YUV | 85.26 | 158.33 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 50 | 139 | 0.04 | 0.64 | 0 | 0.45 | 296.63 | 0.47 | 0.37 |
| Hex | 86 | 32 | 8B | 4 | 40 | 0 | 2D | 129 | 2F | 25 |
| Octal | 206 | 62 | 213 | 4 | 100 | 0 | 55 | 451 | 57 | 45 |
| Binary | 10000110 | 110010 | 10001011 | 100 | 1000000 | 0 | 101101 | 100101001 | 101111 | 100101 |
Color Harmonies of #86328B
Complementary color
Monochromatic Colors of #86328B
Black with #86328B
Text Example
Text Example
White with #86328B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86328B; }
p { color: rgb(134,50,139); }
H1.HeaderClassName
{
color: #86328B;
}
.AnyTagClassName
{
color: #86328B;
}
</style>
background-color css
<style>
a { background-color: #86328B; }
a { background-color: rgb(134,50,139); }
div.DivClassName
{
background-color: #86328B;
}
.BgClassName
{
background-color: #86328B;
}
</style>
border-color css
<style>
span { border-color: #86328B; }
span { border-color: rgb(134,50,139); }
td.TdClassName
{
border-color: #86328B;
}
.TagClassName
{
border-color: #86328B;
}
</style>