Shades of Vivid Violet #863C88
Tints of Vivid Violet #863C88
RGB
CMYK
RGB Variations
Color information
#863C88 (or 0x863C88) is known color: Vivid Violet. HEX triplet: 86, 3C and 88. RGB value is (134,60,136). Sum of RGB (Red+Green+Blue) = 134+60+136=330 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.61% from 330); Green value is 60 (23.83% from 255 or 18.18% from 330); Blue value is 136 (53.52% from 255 or 41.21% from 330); Max value from RGB is 136 - color contains mainly: blue. Hex color #863C88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863C88 is #79C377. Grayscale: #5A5A5A. Windows color (decimal): -7979896 or 8928390. OLE color: 8928390.
HSL color Cylindrical-coordinate representation of color #863C88: hue angle of 298.42º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #863C88 is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 60 | 136 | - |
| CMYK | 0.01 | 0.56 | 0 | 0.47 |
| HSL | 298.42º | 0.39% | 0.38% | - |
| HSV(B) | 298.42º | 0.56% | 0.53% | - |
| XYZ | 15.89 | 10.08 | 24.4 | - |
| YUV | 90.79 | 153.52 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 60 | 136 | 0.01 | 0.56 | 0 | 0.47 | 298.42 | 0.39 | 0.38 |
| Hex | 86 | 3C | 88 | 1 | 38 | 0 | 2F | 12A | 27 | 26 |
| Octal | 206 | 74 | 210 | 1 | 70 | 0 | 57 | 452 | 47 | 46 |
| Binary | 10000110 | 111100 | 10001000 | 1 | 111000 | 0 | 101111 | 100101010 | 100111 | 100110 |
Color Harmonies of #863C88
Complementary color
Monochromatic Colors of #863C88
Black with #863C88
Text Example
Text Example
White with #863C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863C88; }
p { color: rgb(134,60,136); }
H1.HeaderClassName
{
color: #863C88;
}
.AnyTagClassName
{
color: #863C88;
}
</style>
background-color css
<style>
a { background-color: #863C88; }
a { background-color: rgb(134,60,136); }
div.DivClassName
{
background-color: #863C88;
}
.BgClassName
{
background-color: #863C88;
}
</style>
border-color css
<style>
span { border-color: #863C88; }
span { border-color: rgb(134,60,136); }
td.TdClassName
{
border-color: #863C88;
}
.TagClassName
{
border-color: #863C88;
}
</style>