Shades of Vivid Violet #863C85
Tints of Vivid Violet #863C85
RGB
CMYK
RGB Variations
Color information
#863C85 (or 0x863C85) is known color: Vivid Violet. HEX triplet: 86, 3C and 85. RGB value is (134,60,133). Sum of RGB (Red+Green+Blue) = 134+60+133=327 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.98% from 327); Green value is 60 (23.83% from 255 or 18.35% from 327); Blue value is 133 (52.34% from 255 or 40.67% from 327); Max value from RGB is 134 - color contains mainly: red. Hex color #863C85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863C85 is #79C37A. Grayscale: #5A5A5A. Windows color (decimal): -7979899 or 8731782. OLE color: 8731782.
HSL color Cylindrical-coordinate representation of color #863C85: hue angle of 300.81º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #863C85 is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 60 | 133 | - |
| CMYK | 0 | 0.55 | 0.01 | 0.47 |
| HSL | 300.81º | 0.38% | 0.38% | - |
| HSV(B) | 300.81º | 0.55% | 0.53% | - |
| XYZ | 15.68 | 9.99 | 23.29 | - |
| YUV | 90.45 | 152.02 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 60 | 133 | 0 | 0.55 | 0.01 | 0.47 | 300.81 | 0.38 | 0.38 |
| Hex | 86 | 3C | 85 | 0 | 37 | 1 | 2F | 12D | 26 | 26 |
| Octal | 206 | 74 | 205 | 0 | 67 | 1 | 57 | 455 | 46 | 46 |
| Binary | 10000110 | 111100 | 10000101 | 0 | 110111 | 1 | 101111 | 100101101 | 100110 | 100110 |
Color Harmonies of #863C85
Complementary color
Monochromatic Colors of #863C85
Black with #863C85
Text Example
Text Example
White with #863C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863C85; }
p { color: rgb(134,60,133); }
H1.HeaderClassName
{
color: #863C85;
}
.AnyTagClassName
{
color: #863C85;
}
</style>
background-color css
<style>
a { background-color: #863C85; }
a { background-color: rgb(134,60,133); }
div.DivClassName
{
background-color: #863C85;
}
.BgClassName
{
background-color: #863C85;
}
</style>
border-color css
<style>
span { border-color: #863C85; }
span { border-color: rgb(134,60,133); }
td.TdClassName
{
border-color: #863C85;
}
.TagClassName
{
border-color: #863C85;
}
</style>