Shades of Blue Violet #863DDF
Tints of Blue Violet #863DDF
RGB
CMYK
RGB Variations
Color information
#863DDF (or 0x863DDF) is known color: Blue Violet. HEX triplet: 86, 3D and DF. RGB value is (134,61,223). Sum of RGB (Red+Green+Blue) = 134+61+223=418 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.06% from 418); Green value is 61 (24.22% from 255 or 14.59% from 418); Blue value is 223 (87.5% from 255 or 53.35% from 418); Max value from RGB is 223 - color contains mainly: blue. Hex color #863DDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863DDF is #79C220. Grayscale: #646464. Windows color (decimal): -7979553 or 14630278. OLE color: 14630278.
HSL color Cylindrical-coordinate representation of color #863DDF: hue angle of 267.04º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #863DDF is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 61 | 223 | - |
| CMYK | 0.40 | 0.73 | 0 | 0.13 |
| HSL | 267.04º | 0.72% | 0.56% | - |
| HSV(B) | 267.04º | 0.73% | 0.87% | - |
| XYZ | 24.82 | 13.73 | 71.15 | - |
| YUV | 101.3 | 196.68 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 61 | 223 | 0.40 | 0.73 | 0 | 0.13 | 267.04 | 0.72 | 0.56 |
| Hex | 86 | 3D | DF | 28 | 49 | 0 | D | 10B | 48 | 38 |
| Octal | 206 | 75 | 337 | 50 | 111 | 0 | 15 | 413 | 110 | 70 |
| Binary | 10000110 | 111101 | 11011111 | 101000 | 1001001 | 0 | 1101 | 100001011 | 1001000 | 111000 |
Color Harmonies of #863DDF
Complementary color
Monochromatic Colors of #863DDF
Black with #863DDF
Text Example
Text Example
White with #863DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863DDF; }
p { color: rgb(134,61,223); }
H1.HeaderClassName
{
color: #863DDF;
}
.AnyTagClassName
{
color: #863DDF;
}
</style>
background-color css
<style>
a { background-color: #863DDF; }
a { background-color: rgb(134,61,223); }
div.DivClassName
{
background-color: #863DDF;
}
.BgClassName
{
background-color: #863DDF;
}
</style>
border-color css
<style>
span { border-color: #863DDF; }
span { border-color: rgb(134,61,223); }
td.TdClassName
{
border-color: #863DDF;
}
.TagClassName
{
border-color: #863DDF;
}
</style>