Shades of Vivid Violet #863EAA
Tints of Vivid Violet #863EAA
RGB
CMYK
RGB Variations
Color information
#863EAA (or 0x863EAA) is known color: Vivid Violet. HEX triplet: 86, 3E and AA. RGB value is (134,62,170). Sum of RGB (Red+Green+Blue) = 134+62+170=366 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.61% from 366); Green value is 62 (24.61% from 255 or 16.94% from 366); Blue value is 170 (66.80% from 255 or 46.45% from 366); Max value from RGB is 170 - color contains mainly: blue. Hex color #863EAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863EAA is #79C155. Grayscale: #5F5F5F. Windows color (decimal): -7979350 or 11157126. OLE color: 11157126.
HSL color Cylindrical-coordinate representation of color #863EAA: hue angle of 280º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #863EAA is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 62 | 170 | - |
| CMYK | 0.21 | 0.64 | 0 | 0.33 |
| HSL | 280º | 0.47% | 0.45% | - |
| HSV(B) | 280º | 0.64% | 0.67% | - |
| XYZ | 18.81 | 11.42 | 39.24 | - |
| YUV | 95.84 | 169.85 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 62 | 170 | 0.21 | 0.64 | 0 | 0.33 | 280 | 0.47 | 0.45 |
| Hex | 86 | 3E | AA | 15 | 40 | 0 | 21 | 118 | 2F | 2D |
| Octal | 206 | 76 | 252 | 25 | 100 | 0 | 41 | 430 | 57 | 55 |
| Binary | 10000110 | 111110 | 10101010 | 10101 | 1000000 | 0 | 100001 | 100011000 | 101111 | 101101 |
Color Harmonies of #863EAA
Complementary color
Monochromatic Colors of #863EAA
Black with #863EAA
Text Example
Text Example
White with #863EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863EAA; }
p { color: rgb(134,62,170); }
H1.HeaderClassName
{
color: #863EAA;
}
.AnyTagClassName
{
color: #863EAA;
}
</style>
background-color css
<style>
a { background-color: #863EAA; }
a { background-color: rgb(134,62,170); }
div.DivClassName
{
background-color: #863EAA;
}
.BgClassName
{
background-color: #863EAA;
}
</style>
border-color css
<style>
span { border-color: #863EAA; }
span { border-color: rgb(134,62,170); }
td.TdClassName
{
border-color: #863EAA;
}
.TagClassName
{
border-color: #863EAA;
}
</style>