Shades of Vivid Violet #86328A
Tints of Vivid Violet #86328A
RGB
CMYK
RGB Variations
Color information
#86328A (or 0x86328A) is known color: Vivid Violet. HEX triplet: 86, 32 and 8A. RGB value is (134,50,138). Sum of RGB (Red+Green+Blue) = 134+50+138=322 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.61% from 322); Green value is 50 (19.92% from 255 or 15.53% from 322); Blue value is 138 (54.30% from 255 or 42.86% from 322); Max value from RGB is 138 - color contains mainly: blue. Hex color #86328A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #86328A is #79CD75. Grayscale: #545454. Windows color (decimal): -7982454 or 9056902. OLE color: 9056902.
HSL color Cylindrical-coordinate representation of color #86328A: hue angle of 297.27º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #86328A is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 134 | 50 | 138 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.46 |
| HSL | 297.27º | 0.47% | 0.37% | - |
| HSV(B) | 297.27º | 0.64% | 0.54% | - |
| XYZ | 15.56 | 9.18 | 25 | - |
| YUV | 85.15 | 157.83 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 50 | 138 | 0.03 | 0.64 | 0 | 0.46 | 297.27 | 0.47 | 0.37 |
| Hex | 86 | 32 | 8A | 3 | 40 | 0 | 2E | 129 | 2F | 25 |
| Octal | 206 | 62 | 212 | 3 | 100 | 0 | 56 | 451 | 57 | 45 |
| Binary | 10000110 | 110010 | 10001010 | 11 | 1000000 | 0 | 101110 | 100101001 | 101111 | 100101 |
Color Harmonies of #86328A
Complementary color
Monochromatic Colors of #86328A
Black with #86328A
Text Example
Text Example
White with #86328A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86328A; }
p { color: rgb(134,50,138); }
H1.HeaderClassName
{
color: #86328A;
}
.AnyTagClassName
{
color: #86328A;
}
</style>
background-color css
<style>
a { background-color: #86328A; }
a { background-color: rgb(134,50,138); }
div.DivClassName
{
background-color: #86328A;
}
.BgClassName
{
background-color: #86328A;
}
</style>
border-color css
<style>
span { border-color: #86328A; }
span { border-color: rgb(134,50,138); }
td.TdClassName
{
border-color: #86328A;
}
.TagClassName
{
border-color: #86328A;
}
</style>