Shades of Vivid Violet #863B85
Tints of Vivid Violet #863B85
RGB
CMYK
RGB Variations
Color information
#863B85 (or 0x863B85) is known color: Vivid Violet. HEX triplet: 86, 3B and 85. RGB value is (134,59,133). Sum of RGB (Red+Green+Blue) = 134+59+133=326 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.10% from 326); Green value is 59 (23.44% from 255 or 18.10% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 134 - color contains mainly: red. Hex color #863B85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863B85 is #79C47A. Grayscale: #595959. Windows color (decimal): -7980155 or 8731526. OLE color: 8731526.
HSL color Cylindrical-coordinate representation of color #863B85: hue angle of 300.8º 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 #863B85 is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 59 | 133 | - |
| CMYK | 0 | 0.56 | 0.01 | 0.47 |
| HSL | 300.8º | 0.39% | 0.38% | - |
| HSV(B) | 300.8º | 0.56% | 0.53% | - |
| XYZ | 15.63 | 9.89 | 23.28 | - |
| YUV | 89.86 | 152.35 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 59 | 133 | 0 | 0.56 | 0.01 | 0.47 | 300.8 | 0.39 | 0.38 |
| Hex | 86 | 3B | 85 | 0 | 38 | 1 | 2F | 12D | 27 | 26 |
| Octal | 206 | 73 | 205 | 0 | 70 | 1 | 57 | 455 | 47 | 46 |
| Binary | 10000110 | 111011 | 10000101 | 0 | 111000 | 1 | 101111 | 100101101 | 100111 | 100110 |
Color Harmonies of #863B85
Complementary color
Monochromatic Colors of #863B85
Black with #863B85
Text Example
Text Example
White with #863B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863B85; }
p { color: rgb(134,59,133); }
H1.HeaderClassName
{
color: #863B85;
}
.AnyTagClassName
{
color: #863B85;
}
</style>
background-color css
<style>
a { background-color: #863B85; }
a { background-color: rgb(134,59,133); }
div.DivClassName
{
background-color: #863B85;
}
.BgClassName
{
background-color: #863B85;
}
</style>
border-color css
<style>
span { border-color: #863B85; }
span { border-color: rgb(134,59,133); }
td.TdClassName
{
border-color: #863B85;
}
.TagClassName
{
border-color: #863B85;
}
</style>