Shades of Blue Violet #863CEC
Tints of Blue Violet #863CEC
RGB
CMYK
RGB Variations
Color information
#863CEC (or 0x863CEC) is known color: Blue Violet. HEX triplet: 86, 3C and EC. RGB value is (134,60,236). Sum of RGB (Red+Green+Blue) = 134+60+236=430 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.16% from 430); Green value is 60 (23.83% from 255 or 13.95% from 430); Blue value is 236 (92.58% from 255 or 54.88% from 430); Max value from RGB is 236 - color contains mainly: blue. Hex color #863CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #863CEC is #79C313. Grayscale: #656565. Windows color (decimal): -7979796 or 15481990. OLE color: 15481990.
HSL color Cylindrical-coordinate representation of color #863CEC: hue angle of 265.23º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #863CEC is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 60 | 236 | - |
| CMYK | 0.43 | 0.75 | 0 | 0.07 |
| HSL | 265.23º | 0.82% | 0.58% | - |
| HSV(B) | 265.23º | 0.75% | 0.93% | - |
| XYZ | 26.59 | 14.36 | 80.73 | - |
| YUV | 102.19 | 203.52 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 60 | 236 | 0.43 | 0.75 | 0 | 0.07 | 265.23 | 0.82 | 0.58 |
| Hex | 86 | 3C | EC | 2B | 4B | 0 | 7 | 109 | 52 | 3A |
| Octal | 206 | 74 | 354 | 53 | 113 | 0 | 7 | 411 | 122 | 72 |
| Binary | 10000110 | 111100 | 11101100 | 101011 | 1001011 | 0 | 111 | 100001001 | 1010010 | 111010 |
Color Harmonies of #863CEC
Complementary color
Monochromatic Colors of #863CEC
Black with #863CEC
Text Example
Text Example
White with #863CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863CEC; }
p { color: rgb(134,60,236); }
H1.HeaderClassName
{
color: #863CEC;
}
.AnyTagClassName
{
color: #863CEC;
}
</style>
background-color css
<style>
a { background-color: #863CEC; }
a { background-color: rgb(134,60,236); }
div.DivClassName
{
background-color: #863CEC;
}
.BgClassName
{
background-color: #863CEC;
}
</style>
border-color css
<style>
span { border-color: #863CEC; }
span { border-color: rgb(134,60,236); }
td.TdClassName
{
border-color: #863CEC;
}
.TagClassName
{
border-color: #863CEC;
}
</style>