Shades of Vivid Violet #863899
Tints of Vivid Violet #863899
RGB
CMYK
RGB Variations
Color information
#863899 (or 0x863899) is known color: Vivid Violet. HEX triplet: 86, 38 and 99. RGB value is (134,56,153). Sum of RGB (Red+Green+Blue) = 134+56+153=343 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.07% from 343); Green value is 56 (22.27% from 255 or 16.33% from 343); Blue value is 153 (60.16% from 255 or 44.61% from 343); Max value from RGB is 153 - color contains mainly: blue. Hex color #863899 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863899 is #79C766. Grayscale: #5A5A5A. Windows color (decimal): -7980903 or 10041478. OLE color: 10041478.
HSL color Cylindrical-coordinate representation of color #863899: hue angle of 288.25º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #863899 is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 134 | 56 | 153 | - |
| CMYK | 0.12 | 0.63 | 0 | 0.4 |
| HSL | 288.25º | 0.46% | 0.41% | - |
| HSV(B) | 288.25º | 0.63% | 0.6% | - |
| XYZ | 17 | 10.2 | 31.21 | - |
| YUV | 90.38 | 163.34 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 56 | 153 | 0.12 | 0.63 | 0 | 0.4 | 288.25 | 0.46 | 0.41 |
| Hex | 86 | 38 | 99 | C | 3F | 0 | 28 | 120 | 2E | 29 |
| Octal | 206 | 70 | 231 | 14 | 77 | 0 | 50 | 440 | 56 | 51 |
| Binary | 10000110 | 111000 | 10011001 | 1100 | 111111 | 0 | 101000 | 100100000 | 101110 | 101001 |
Color Harmonies of #863899
Complementary color
Monochromatic Colors of #863899
Black with #863899
Text Example
Text Example
White with #863899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863899; }
p { color: rgb(134,56,153); }
H1.HeaderClassName
{
color: #863899;
}
.AnyTagClassName
{
color: #863899;
}
</style>
background-color css
<style>
a { background-color: #863899; }
a { background-color: rgb(134,56,153); }
div.DivClassName
{
background-color: #863899;
}
.BgClassName
{
background-color: #863899;
}
</style>
border-color css
<style>
span { border-color: #863899; }
span { border-color: rgb(134,56,153); }
td.TdClassName
{
border-color: #863899;
}
.TagClassName
{
border-color: #863899;
}
</style>