Shades of Blue Violet #863AD0
Tints of Blue Violet #863AD0
RGB
CMYK
RGB Variations
Color information
#863AD0 (or 0x863AD0) is known color: Blue Violet. HEX triplet: 86, 3A and D0. RGB value is (134,58,208). Sum of RGB (Red+Green+Blue) = 134+58+208=400 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.5% from 400); Green value is 58 (23.05% from 255 or 14.5% from 400); Blue value is 208 (81.64% from 255 or 52% from 400); Max value from RGB is 208 - color contains mainly: blue. Hex color #863AD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863AD0 is #79C52F. Grayscale: #616161. Windows color (decimal): -7980336 or 13646470. OLE color: 13646470.
HSL color Cylindrical-coordinate representation of color #863AD0: hue angle of 270.4º degrees, saturation: 0.61, 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 #863AD0 is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 134 | 58 | 208 | - |
| CMYK | 0.36 | 0.72 | 0 | 0.18 |
| HSL | 270.4º | 0.61% | 0.52% | - |
| HSV(B) | 270.4º | 0.72% | 0.82% | - |
| XYZ | 22.73 | 12.65 | 60.92 | - |
| YUV | 97.82 | 190.18 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 58 | 208 | 0.36 | 0.72 | 0 | 0.18 | 270.4 | 0.61 | 0.52 |
| Hex | 86 | 3A | D0 | 24 | 48 | 0 | 12 | 10E | 3D | 34 |
| Octal | 206 | 72 | 320 | 44 | 110 | 0 | 22 | 416 | 75 | 64 |
| Binary | 10000110 | 111010 | 11010000 | 100100 | 1001000 | 0 | 10010 | 100001110 | 111101 | 110100 |
Color Harmonies of #863AD0
Complementary color
Monochromatic Colors of #863AD0
Black with #863AD0
Text Example
Text Example
White with #863AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863AD0; }
p { color: rgb(134,58,208); }
H1.HeaderClassName
{
color: #863AD0;
}
.AnyTagClassName
{
color: #863AD0;
}
</style>
background-color css
<style>
a { background-color: #863AD0; }
a { background-color: rgb(134,58,208); }
div.DivClassName
{
background-color: #863AD0;
}
.BgClassName
{
background-color: #863AD0;
}
</style>
border-color css
<style>
span { border-color: #863AD0; }
span { border-color: rgb(134,58,208); }
td.TdClassName
{
border-color: #863AD0;
}
.TagClassName
{
border-color: #863AD0;
}
</style>