Shades of Blue Violet #863AD5
Tints of Blue Violet #863AD5
RGB
CMYK
RGB Variations
Color information
#863AD5 (or 0x863AD5) is known color: Blue Violet. HEX triplet: 86, 3A and D5. RGB value is (134,58,213). Sum of RGB (Red+Green+Blue) = 134+58+213=405 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.09% from 405); Green value is 58 (23.05% from 255 or 14.32% from 405); Blue value is 213 (83.59% from 255 or 52.59% from 405); Max value from RGB is 213 - color contains mainly: blue. Hex color #863AD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863AD5 is #79C52A. Grayscale: #616161. Windows color (decimal): -7980331 or 13974150. OLE color: 13974150.
HSL color Cylindrical-coordinate representation of color #863AD5: hue angle of 269.42º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #863AD5 is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 134 | 58 | 213 | - |
| CMYK | 0.37 | 0.73 | 0 | 0.16 |
| HSL | 269.42º | 0.65% | 0.53% | - |
| HSV(B) | 269.42º | 0.73% | 0.84% | - |
| XYZ | 23.35 | 12.9 | 64.21 | - |
| YUV | 98.39 | 192.68 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 58 | 213 | 0.37 | 0.73 | 0 | 0.16 | 269.42 | 0.65 | 0.53 |
| Hex | 86 | 3A | D5 | 25 | 49 | 0 | 10 | 10D | 41 | 35 |
| Octal | 206 | 72 | 325 | 45 | 111 | 0 | 20 | 415 | 101 | 65 |
| Binary | 10000110 | 111010 | 11010101 | 100101 | 1001001 | 0 | 10000 | 100001101 | 1000001 | 110101 |
Color Harmonies of #863AD5
Complementary color
Monochromatic Colors of #863AD5
Black with #863AD5
Text Example
Text Example
White with #863AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863AD5; }
p { color: rgb(134,58,213); }
H1.HeaderClassName
{
color: #863AD5;
}
.AnyTagClassName
{
color: #863AD5;
}
</style>
background-color css
<style>
a { background-color: #863AD5; }
a { background-color: rgb(134,58,213); }
div.DivClassName
{
background-color: #863AD5;
}
.BgClassName
{
background-color: #863AD5;
}
</style>
border-color css
<style>
span { border-color: #863AD5; }
span { border-color: rgb(134,58,213); }
td.TdClassName
{
border-color: #863AD5;
}
.TagClassName
{
border-color: #863AD5;
}
</style>