Shades of Vivid Violet #863CAB
Tints of Vivid Violet #863CAB
RGB
CMYK
RGB Variations
Color information
#863CAB (or 0x863CAB) is known color: Vivid Violet. HEX triplet: 86, 3C and AB. RGB value is (134,60,171). Sum of RGB (Red+Green+Blue) = 134+60+171=365 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.71% from 365); Green value is 60 (23.83% from 255 or 16.44% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #863CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863CAB is #79C354. Grayscale: #5E5E5E. Windows color (decimal): -7979861 or 11222150. OLE color: 11222150.
HSL color Cylindrical-coordinate representation of color #863CAB: hue angle of 280º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #863CAB is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 60 | 171 | - |
| CMYK | 0.22 | 0.65 | 0 | 0.33 |
| HSL | 280º | 0.48% | 0.45% | - |
| HSV(B) | 280º | 0.65% | 0.67% | - |
| XYZ | 18.8 | 11.24 | 39.71 | - |
| YUV | 94.78 | 171.02 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 60 | 171 | 0.22 | 0.65 | 0 | 0.33 | 280 | 0.48 | 0.45 |
| Hex | 86 | 3C | AB | 16 | 41 | 0 | 21 | 118 | 30 | 2D |
| Octal | 206 | 74 | 253 | 26 | 101 | 0 | 41 | 430 | 60 | 55 |
| Binary | 10000110 | 111100 | 10101011 | 10110 | 1000001 | 0 | 100001 | 100011000 | 110000 | 101101 |
Color Harmonies of #863CAB
Complementary color
Monochromatic Colors of #863CAB
Black with #863CAB
Text Example
Text Example
White with #863CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863CAB; }
p { color: rgb(134,60,171); }
H1.HeaderClassName
{
color: #863CAB;
}
.AnyTagClassName
{
color: #863CAB;
}
</style>
background-color css
<style>
a { background-color: #863CAB; }
a { background-color: rgb(134,60,171); }
div.DivClassName
{
background-color: #863CAB;
}
.BgClassName
{
background-color: #863CAB;
}
</style>
border-color css
<style>
span { border-color: #863CAB; }
span { border-color: rgb(134,60,171); }
td.TdClassName
{
border-color: #863CAB;
}
.TagClassName
{
border-color: #863CAB;
}
</style>