Shades of Blue Violet #863AD1
Tints of Blue Violet #863AD1
RGB
CMYK
RGB Variations
Color information
#863AD1 (or 0x863AD1) is known color: Blue Violet. HEX triplet: 86, 3A and D1. RGB value is (134,58,209). Sum of RGB (Red+Green+Blue) = 134+58+209=401 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.42% from 401); Green value is 58 (23.05% from 255 or 14.46% from 401); Blue value is 209 (82.03% from 255 or 52.12% from 401); Max value from RGB is 209 - color contains mainly: blue. Hex color #863AD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863AD1 is #79C52E. Grayscale: #616161. Windows color (decimal): -7980335 or 13712006. OLE color: 13712006.
HSL color Cylindrical-coordinate representation of color #863AD1: hue angle of 270.2º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #863AD1 is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 134 | 58 | 209 | - |
| CMYK | 0.36 | 0.72 | 0 | 0.18 |
| HSL | 270.2º | 0.62% | 0.52% | - |
| HSV(B) | 270.2º | 0.72% | 0.82% | - |
| XYZ | 22.85 | 12.7 | 61.57 | - |
| YUV | 97.94 | 190.68 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 58 | 209 | 0.36 | 0.72 | 0 | 0.18 | 270.2 | 0.62 | 0.52 |
| Hex | 86 | 3A | D1 | 24 | 48 | 0 | 12 | 10E | 3E | 34 |
| Octal | 206 | 72 | 321 | 44 | 110 | 0 | 22 | 416 | 76 | 64 |
| Binary | 10000110 | 111010 | 11010001 | 100100 | 1001000 | 0 | 10010 | 100001110 | 111110 | 110100 |
Color Harmonies of #863AD1
Complementary color
Monochromatic Colors of #863AD1
Black with #863AD1
Text Example
Text Example
White with #863AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863AD1; }
p { color: rgb(134,58,209); }
H1.HeaderClassName
{
color: #863AD1;
}
.AnyTagClassName
{
color: #863AD1;
}
</style>
background-color css
<style>
a { background-color: #863AD1; }
a { background-color: rgb(134,58,209); }
div.DivClassName
{
background-color: #863AD1;
}
.BgClassName
{
background-color: #863AD1;
}
</style>
border-color css
<style>
span { border-color: #863AD1; }
span { border-color: rgb(134,58,209); }
td.TdClassName
{
border-color: #863AD1;
}
.TagClassName
{
border-color: #863AD1;
}
</style>