Shades of Vivid Violet #863F90
Tints of Vivid Violet #863F90
RGB
CMYK
RGB Variations
Color information
#863F90 (or 0x863F90) is known color: Vivid Violet. HEX triplet: 86, 3F and 90. RGB value is (134,63,144). Sum of RGB (Red+Green+Blue) = 134+63+144=341 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.30% from 341); Green value is 63 (25% from 255 or 18.48% from 341); Blue value is 144 (56.64% from 255 or 42.23% from 341); Max value from RGB is 144 - color contains mainly: blue. Hex color #863F90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863F90 is #79C06F. Grayscale: #5D5D5D. Windows color (decimal): -7979120 or 9453446. OLE color: 9453446.
HSL color Cylindrical-coordinate representation of color #863F90: hue angle of 292.59º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #863F90 is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 134 | 63 | 144 | - |
| CMYK | 0.07 | 0.56 | 0 | 0.44 |
| HSL | 292.59º | 0.39% | 0.41% | - |
| HSV(B) | 292.59º | 0.56% | 0.56% | - |
| XYZ | 16.64 | 10.64 | 27.56 | - |
| YUV | 93.46 | 156.52 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 63 | 144 | 0.07 | 0.56 | 0 | 0.44 | 292.59 | 0.39 | 0.41 |
| Hex | 86 | 3F | 90 | 7 | 38 | 0 | 2C | 125 | 27 | 29 |
| Octal | 206 | 77 | 220 | 7 | 70 | 0 | 54 | 445 | 47 | 51 |
| Binary | 10000110 | 111111 | 10010000 | 111 | 111000 | 0 | 101100 | 100100101 | 100111 | 101001 |
Color Harmonies of #863F90
Complementary color
Monochromatic Colors of #863F90
Black with #863F90
Text Example
Text Example
White with #863F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863F90; }
p { color: rgb(134,63,144); }
H1.HeaderClassName
{
color: #863F90;
}
.AnyTagClassName
{
color: #863F90;
}
</style>
background-color css
<style>
a { background-color: #863F90; }
a { background-color: rgb(134,63,144); }
div.DivClassName
{
background-color: #863F90;
}
.BgClassName
{
background-color: #863F90;
}
</style>
border-color css
<style>
span { border-color: #863F90; }
span { border-color: rgb(134,63,144); }
td.TdClassName
{
border-color: #863F90;
}
.TagClassName
{
border-color: #863F90;
}
</style>