Shades of Vivid Violet #863B99
Tints of Vivid Violet #863B99
RGB
CMYK
RGB Variations
Color information
#863B99 (or 0x863B99) is known color: Vivid Violet. HEX triplet: 86, 3B and 99. RGB value is (134,59,153). Sum of RGB (Red+Green+Blue) = 134+59+153=346 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.73% from 346); Green value is 59 (23.44% from 255 or 17.05% from 346); Blue value is 153 (60.16% from 255 or 44.22% from 346); Max value from RGB is 153 - color contains mainly: blue. Hex color #863B99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863B99 is #79C466. Grayscale: #5B5B5B. Windows color (decimal): -7980135 or 10042246. OLE color: 10042246.
HSL color Cylindrical-coordinate representation of color #863B99: hue angle of 287.87º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #863B99 is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 134 | 59 | 153 | - |
| CMYK | 0.12 | 0.61 | 0 | 0.4 |
| HSL | 287.87º | 0.44% | 0.42% | - |
| HSV(B) | 287.87º | 0.61% | 0.6% | - |
| XYZ | 17.15 | 10.5 | 31.26 | - |
| YUV | 92.14 | 162.35 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 59 | 153 | 0.12 | 0.61 | 0 | 0.4 | 287.87 | 0.44 | 0.42 |
| Hex | 86 | 3B | 99 | C | 3D | 0 | 28 | 120 | 2C | 2A |
| Octal | 206 | 73 | 231 | 14 | 75 | 0 | 50 | 440 | 54 | 52 |
| Binary | 10000110 | 111011 | 10011001 | 1100 | 111101 | 0 | 101000 | 100100000 | 101100 | 101010 |
Color Harmonies of #863B99
Complementary color
Monochromatic Colors of #863B99
Black with #863B99
Text Example
Text Example
White with #863B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863B99; }
p { color: rgb(134,59,153); }
H1.HeaderClassName
{
color: #863B99;
}
.AnyTagClassName
{
color: #863B99;
}
</style>
background-color css
<style>
a { background-color: #863B99; }
a { background-color: rgb(134,59,153); }
div.DivClassName
{
background-color: #863B99;
}
.BgClassName
{
background-color: #863B99;
}
</style>
border-color css
<style>
span { border-color: #863B99; }
span { border-color: rgb(134,59,153); }
td.TdClassName
{
border-color: #863B99;
}
.TagClassName
{
border-color: #863B99;
}
</style>