Shades of Vivid Violet #863187
Tints of Vivid Violet #863187
RGB
CMYK
RGB Variations
Color information
#863187 (or 0x863187) is known color: Vivid Violet. HEX triplet: 86, 31 and 87. RGB value is (134,49,135). Sum of RGB (Red+Green+Blue) = 134+49+135=318 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.14% from 318); Green value is 49 (19.53% from 255 or 15.41% from 318); Blue value is 135 (53.12% from 255 or 42.45% from 318); Max value from RGB is 135 - color contains mainly: blue. Hex color #863187 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863187 is #79CE78. Grayscale: #535353. Windows color (decimal): -7982713 or 8860038. OLE color: 8860038.
HSL color Cylindrical-coordinate representation of color #863187: hue angle of 299.3º 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 #863187 is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 49 | 135 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.47 |
| HSL | 299.3º | 0.47% | 0.36% | - |
| HSV(B) | 299.3º | 0.64% | 0.53% | - |
| XYZ | 15.3 | 9.01 | 23.86 | - |
| YUV | 84.22 | 156.66 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 49 | 135 | 0.01 | 0.64 | 0 | 0.47 | 299.3 | 0.47 | 0.36 |
| Hex | 86 | 31 | 87 | 1 | 40 | 0 | 2F | 12B | 2F | 24 |
| Octal | 206 | 61 | 207 | 1 | 100 | 0 | 57 | 453 | 57 | 44 |
| Binary | 10000110 | 110001 | 10000111 | 1 | 1000000 | 0 | 101111 | 100101011 | 101111 | 100100 |
Color Harmonies of #863187
Complementary color
Monochromatic Colors of #863187
Black with #863187
Text Example
Text Example
White with #863187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863187; }
p { color: rgb(134,49,135); }
H1.HeaderClassName
{
color: #863187;
}
.AnyTagClassName
{
color: #863187;
}
</style>
background-color css
<style>
a { background-color: #863187; }
a { background-color: rgb(134,49,135); }
div.DivClassName
{
background-color: #863187;
}
.BgClassName
{
background-color: #863187;
}
</style>
border-color css
<style>
span { border-color: #863187; }
span { border-color: rgb(134,49,135); }
td.TdClassName
{
border-color: #863187;
}
.TagClassName
{
border-color: #863187;
}
</style>