Shades of Blue Violet #863ADE
Tints of Blue Violet #863ADE
RGB
CMYK
RGB Variations
Color information
#863ADE (or 0x863ADE) is known color: Blue Violet. HEX triplet: 86, 3A and DE. RGB value is (134,58,222). Sum of RGB (Red+Green+Blue) = 134+58+222=414 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.37% from 414); Green value is 58 (23.05% from 255 or 14.01% from 414); Blue value is 222 (87.11% from 255 or 53.62% from 414); Max value from RGB is 222 - color contains mainly: blue. Hex color #863ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863ADE is #79C521. Grayscale: #626262. Windows color (decimal): -7980322 or 14563974. OLE color: 14563974.
HSL color Cylindrical-coordinate representation of color #863ADE: hue angle of 267.8º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #863ADE is Cyan = 0.40, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 58 | 222 | - |
| CMYK | 0.40 | 0.74 | 0 | 0.13 |
| HSL | 267.8º | 0.71% | 0.55% | - |
| HSV(B) | 267.8º | 0.74% | 0.87% | - |
| XYZ | 24.53 | 13.37 | 70.39 | - |
| YUV | 99.42 | 197.18 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 58 | 222 | 0.40 | 0.74 | 0 | 0.13 | 267.8 | 0.71 | 0.55 |
| Hex | 86 | 3A | DE | 28 | 4A | 0 | D | 10C | 47 | 37 |
| Octal | 206 | 72 | 336 | 50 | 112 | 0 | 15 | 414 | 107 | 67 |
| Binary | 10000110 | 111010 | 11011110 | 101000 | 1001010 | 0 | 1101 | 100001100 | 1000111 | 110111 |
Color Harmonies of #863ADE
Complementary color
Monochromatic Colors of #863ADE
Black with #863ADE
Text Example
Text Example
White with #863ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863ADE; }
p { color: rgb(134,58,222); }
H1.HeaderClassName
{
color: #863ADE;
}
.AnyTagClassName
{
color: #863ADE;
}
</style>
background-color css
<style>
a { background-color: #863ADE; }
a { background-color: rgb(134,58,222); }
div.DivClassName
{
background-color: #863ADE;
}
.BgClassName
{
background-color: #863ADE;
}
</style>
border-color css
<style>
span { border-color: #863ADE; }
span { border-color: rgb(134,58,222); }
td.TdClassName
{
border-color: #863ADE;
}
.TagClassName
{
border-color: #863ADE;
}
</style>