Shades of Vivid Violet #863FA0
Tints of Vivid Violet #863FA0
RGB
CMYK
RGB Variations
Color information
#863FA0 (or 0x863FA0) is known color: Vivid Violet. HEX triplet: 86, 3F and A0. RGB value is (134,63,160). Sum of RGB (Red+Green+Blue) = 134+63+160=357 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.54% from 357); Green value is 63 (25% from 255 or 17.65% from 357); Blue value is 160 (62.89% from 255 or 44.82% from 357); Max value from RGB is 160 - color contains mainly: blue. Hex color #863FA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863FA0 is #79C05F. Grayscale: #5E5E5E. Windows color (decimal): -7979104 or 10502022. OLE color: 10502022.
HSL color Cylindrical-coordinate representation of color #863FA0: hue angle of 283.92º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #863FA0 is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 134 | 63 | 160 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.37 |
| HSL | 283.92º | 0.43% | 0.44% | - |
| HSV(B) | 283.92º | 0.61% | 0.63% | - |
| XYZ | 17.95 | 11.16 | 34.47 | - |
| YUV | 95.29 | 164.52 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 63 | 160 | 0.16 | 0.61 | 0 | 0.37 | 283.92 | 0.43 | 0.44 |
| Hex | 86 | 3F | A0 | 10 | 3D | 0 | 25 | 11C | 2B | 2C |
| Octal | 206 | 77 | 240 | 20 | 75 | 0 | 45 | 434 | 53 | 54 |
| Binary | 10000110 | 111111 | 10100000 | 10000 | 111101 | 0 | 100101 | 100011100 | 101011 | 101100 |
Color Harmonies of #863FA0
Complementary color
Monochromatic Colors of #863FA0
Black with #863FA0
Text Example
Text Example
White with #863FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863FA0; }
p { color: rgb(134,63,160); }
H1.HeaderClassName
{
color: #863FA0;
}
.AnyTagClassName
{
color: #863FA0;
}
</style>
background-color css
<style>
a { background-color: #863FA0; }
a { background-color: rgb(134,63,160); }
div.DivClassName
{
background-color: #863FA0;
}
.BgClassName
{
background-color: #863FA0;
}
</style>
border-color css
<style>
span { border-color: #863FA0; }
span { border-color: rgb(134,63,160); }
td.TdClassName
{
border-color: #863FA0;
}
.TagClassName
{
border-color: #863FA0;
}
</style>