Shades of Blue Violet #863CDC
Tints of Blue Violet #863CDC
RGB
CMYK
RGB Variations
Color information
#863CDC (or 0x863CDC) is known color: Blue Violet. HEX triplet: 86, 3C and DC. RGB value is (134,60,220). Sum of RGB (Red+Green+Blue) = 134+60+220=414 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.37% from 414); Green value is 60 (23.83% from 255 or 14.49% from 414); Blue value is 220 (86.33% from 255 or 53.14% from 414); Max value from RGB is 220 - color contains mainly: blue. Hex color #863CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863CDC is #79C323. Grayscale: #636363. Windows color (decimal): -7979812 or 14433414. OLE color: 14433414.
HSL color Cylindrical-coordinate representation of color #863CDC: hue angle of 267.75º degrees, saturation: 0.7, 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 #863CDC is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 60 | 220 | - |
| CMYK | 0.39 | 0.73 | 0 | 0.14 |
| HSL | 267.75º | 0.7% | 0.55% | - |
| HSV(B) | 267.75º | 0.73% | 0.86% | - |
| XYZ | 24.37 | 13.47 | 69.03 | - |
| YUV | 100.37 | 195.52 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 60 | 220 | 0.39 | 0.73 | 0 | 0.14 | 267.75 | 0.7 | 0.55 |
| Hex | 86 | 3C | DC | 27 | 49 | 0 | E | 10C | 46 | 37 |
| Octal | 206 | 74 | 334 | 47 | 111 | 0 | 16 | 414 | 106 | 67 |
| Binary | 10000110 | 111100 | 11011100 | 100111 | 1001001 | 0 | 1110 | 100001100 | 1000110 | 110111 |
Color Harmonies of #863CDC
Complementary color
Monochromatic Colors of #863CDC
Black with #863CDC
Text Example
Text Example
White with #863CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863CDC; }
p { color: rgb(134,60,220); }
H1.HeaderClassName
{
color: #863CDC;
}
.AnyTagClassName
{
color: #863CDC;
}
</style>
background-color css
<style>
a { background-color: #863CDC; }
a { background-color: rgb(134,60,220); }
div.DivClassName
{
background-color: #863CDC;
}
.BgClassName
{
background-color: #863CDC;
}
</style>
border-color css
<style>
span { border-color: #863CDC; }
span { border-color: rgb(134,60,220); }
td.TdClassName
{
border-color: #863CDC;
}
.TagClassName
{
border-color: #863CDC;
}
</style>