Shades of Blue Violet #863CDB
Tints of Blue Violet #863CDB
RGB
CMYK
RGB Variations
Color information
#863CDB (or 0x863CDB) is known color: Blue Violet. HEX triplet: 86, 3C and DB. RGB value is (134,60,219). Sum of RGB (Red+Green+Blue) = 134+60+219=413 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.45% from 413); Green value is 60 (23.83% from 255 or 14.53% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #863CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863CDB is #79C324. Grayscale: #636363. Windows color (decimal): -7979813 or 14367878. OLE color: 14367878.
HSL color Cylindrical-coordinate representation of color #863CDB: hue angle of 267.92º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #863CDB is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 60 | 219 | - |
| CMYK | 0.39 | 0.73 | 0 | 0.14 |
| HSL | 267.92º | 0.69% | 0.55% | - |
| HSV(B) | 267.92º | 0.73% | 0.86% | - |
| XYZ | 24.23 | 13.41 | 68.33 | - |
| YUV | 100.25 | 195.02 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 60 | 219 | 0.39 | 0.73 | 0 | 0.14 | 267.92 | 0.69 | 0.55 |
| Hex | 86 | 3C | DB | 27 | 49 | 0 | E | 10C | 45 | 37 |
| Octal | 206 | 74 | 333 | 47 | 111 | 0 | 16 | 414 | 105 | 67 |
| Binary | 10000110 | 111100 | 11011011 | 100111 | 1001001 | 0 | 1110 | 100001100 | 1000101 | 110111 |
Color Harmonies of #863CDB
Complementary color
Monochromatic Colors of #863CDB
Black with #863CDB
Text Example
Text Example
White with #863CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863CDB; }
p { color: rgb(134,60,219); }
H1.HeaderClassName
{
color: #863CDB;
}
.AnyTagClassName
{
color: #863CDB;
}
</style>
background-color css
<style>
a { background-color: #863CDB; }
a { background-color: rgb(134,60,219); }
div.DivClassName
{
background-color: #863CDB;
}
.BgClassName
{
background-color: #863CDB;
}
</style>
border-color css
<style>
span { border-color: #863CDB; }
span { border-color: rgb(134,60,219); }
td.TdClassName
{
border-color: #863CDB;
}
.TagClassName
{
border-color: #863CDB;
}
</style>