Shades of Vivid Violet #863885
Tints of Vivid Violet #863885
RGB
CMYK
RGB Variations
Color information
#863885 (or 0x863885) is known color: Vivid Violet. HEX triplet: 86, 38 and 85. RGB value is (134,56,133). Sum of RGB (Red+Green+Blue) = 134+56+133=323 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.49% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 133 (52.34% from 255 or 41.18% from 323); Max value from RGB is 134 - color contains mainly: red. Hex color #863885 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863885 is #79C77A. Grayscale: #575757. Windows color (decimal): -7980923 or 8730758. OLE color: 8730758.
HSL color Cylindrical-coordinate representation of color #863885: hue angle of 300.77º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #863885 is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 56 | 133 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.47 |
| HSL | 300.77º | 0.41% | 0.37% | - |
| HSV(B) | 300.77º | 0.58% | 0.53% | - |
| XYZ | 15.48 | 9.59 | 23.23 | - |
| YUV | 88.1 | 153.34 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 56 | 133 | 0 | 0.58 | 0.01 | 0.47 | 300.77 | 0.41 | 0.37 |
| Hex | 86 | 38 | 85 | 0 | 3A | 1 | 2F | 12D | 29 | 25 |
| Octal | 206 | 70 | 205 | 0 | 72 | 1 | 57 | 455 | 51 | 45 |
| Binary | 10000110 | 111000 | 10000101 | 0 | 111010 | 1 | 101111 | 100101101 | 101001 | 100101 |
Color Harmonies of #863885
Complementary color
Monochromatic Colors of #863885
Black with #863885
Text Example
Text Example
White with #863885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863885; }
p { color: rgb(134,56,133); }
H1.HeaderClassName
{
color: #863885;
}
.AnyTagClassName
{
color: #863885;
}
</style>
background-color css
<style>
a { background-color: #863885; }
a { background-color: rgb(134,56,133); }
div.DivClassName
{
background-color: #863885;
}
.BgClassName
{
background-color: #863885;
}
</style>
border-color css
<style>
span { border-color: #863885; }
span { border-color: rgb(134,56,133); }
td.TdClassName
{
border-color: #863885;
}
.TagClassName
{
border-color: #863885;
}
</style>