Shades of Vivid Violet #863CA0
Tints of Vivid Violet #863CA0
RGB
CMYK
RGB Variations
Color information
#863CA0 (or 0x863CA0) is known color: Vivid Violet. HEX triplet: 86, 3C and A0. RGB value is (134,60,160). Sum of RGB (Red+Green+Blue) = 134+60+160=354 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.85% from 354); Green value is 60 (23.83% from 255 or 16.95% from 354); Blue value is 160 (62.89% from 255 or 45.20% from 354); Max value from RGB is 160 - color contains mainly: blue. Hex color #863CA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863CA0 is #79C35F. Grayscale: #5D5D5D. Windows color (decimal): -7979872 or 10501254. OLE color: 10501254.
HSL color Cylindrical-coordinate representation of color #863CA0: hue angle of 284.4º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #863CA0 is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 134 | 60 | 160 | - |
| CMYK | 0.16 | 0.62 | 0 | 0.37 |
| HSL | 284.4º | 0.45% | 0.43% | - |
| HSV(B) | 284.4º | 0.63% | 0.63% | - |
| XYZ | 17.79 | 10.84 | 34.41 | - |
| YUV | 93.53 | 165.52 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 60 | 160 | 0.16 | 0.62 | 0 | 0.37 | 284.4 | 0.45 | 0.43 |
| Hex | 86 | 3C | A0 | 10 | 3E | 0 | 25 | 11C | 2D | 2B |
| Octal | 206 | 74 | 240 | 20 | 76 | 0 | 45 | 434 | 55 | 53 |
| Binary | 10000110 | 111100 | 10100000 | 10000 | 111110 | 0 | 100101 | 100011100 | 101101 | 101011 |
Color Harmonies of #863CA0
Complementary color
Monochromatic Colors of #863CA0
Black with #863CA0
Text Example
Text Example
White with #863CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863CA0; }
p { color: rgb(134,60,160); }
H1.HeaderClassName
{
color: #863CA0;
}
.AnyTagClassName
{
color: #863CA0;
}
</style>
background-color css
<style>
a { background-color: #863CA0; }
a { background-color: rgb(134,60,160); }
div.DivClassName
{
background-color: #863CA0;
}
.BgClassName
{
background-color: #863CA0;
}
</style>
border-color css
<style>
span { border-color: #863CA0; }
span { border-color: rgb(134,60,160); }
td.TdClassName
{
border-color: #863CA0;
}
.TagClassName
{
border-color: #863CA0;
}
</style>