Shades of Vivid Violet #863085
Tints of Vivid Violet #863085
RGB
CMYK
RGB Variations
Color information
#863085 (or 0x863085) is known color: Vivid Violet. HEX triplet: 86, 30 and 85. RGB value is (134,48,133). Sum of RGB (Red+Green+Blue) = 134+48+133=315 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.54% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 133 (52.34% from 255 or 42.22% from 315); Max value from RGB is 134 - color contains mainly: red. Hex color #863085 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863085 is #79CF7A. Grayscale: #535353. Windows color (decimal): -7982971 or 8728710. OLE color: 8728710.
HSL color Cylindrical-coordinate representation of color #863085: hue angle of 300.7º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #863085 is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 48 | 133 | - |
| CMYK | 0 | 0.64 | 0.01 | 0.47 |
| HSL | 300.7º | 0.47% | 0.36% | - |
| HSV(B) | 300.7º | 0.64% | 0.53% | - |
| XYZ | 15.12 | 8.88 | 23.11 | - |
| YUV | 83.4 | 155.99 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 48 | 133 | 0 | 0.64 | 0.01 | 0.47 | 300.7 | 0.47 | 0.36 |
| Hex | 86 | 30 | 85 | 0 | 40 | 1 | 2F | 12D | 2F | 24 |
| Octal | 206 | 60 | 205 | 0 | 100 | 1 | 57 | 455 | 57 | 44 |
| Binary | 10000110 | 110000 | 10000101 | 0 | 1000000 | 1 | 101111 | 100101101 | 101111 | 100100 |
Color Harmonies of #863085
Complementary color
Monochromatic Colors of #863085
Black with #863085
Text Example
Text Example
White with #863085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863085; }
p { color: rgb(134,48,133); }
H1.HeaderClassName
{
color: #863085;
}
.AnyTagClassName
{
color: #863085;
}
</style>
background-color css
<style>
a { background-color: #863085; }
a { background-color: rgb(134,48,133); }
div.DivClassName
{
background-color: #863085;
}
.BgClassName
{
background-color: #863085;
}
</style>
border-color css
<style>
span { border-color: #863085; }
span { border-color: rgb(134,48,133); }
td.TdClassName
{
border-color: #863085;
}
.TagClassName
{
border-color: #863085;
}
</style>