Shades of Blue Violet #863CEE
Tints of Blue Violet #863CEE
RGB
CMYK
RGB Variations
Color information
#863CEE (or 0x863CEE) is known color: Blue Violet. HEX triplet: 86, 3C and EE. RGB value is (134,60,238). Sum of RGB (Red+Green+Blue) = 134+60+238=432 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.02% from 432); Green value is 60 (23.83% from 255 or 13.89% from 432); Blue value is 238 (93.36% from 255 or 55.09% from 432); Max value from RGB is 238 - color contains mainly: blue. Hex color #863CEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #863CEE is #79C311. Grayscale: #656565. Windows color (decimal): -7979794 or 15613062. OLE color: 15613062.
HSL color Cylindrical-coordinate representation of color #863CEE: hue angle of 264.94º degrees, saturation: 0.84, 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 #863CEE is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 60 | 238 | - |
| CMYK | 0.44 | 0.75 | 0 | 0.07 |
| HSL | 264.94º | 0.84% | 0.58% | - |
| HSV(B) | 264.94º | 0.75% | 0.93% | - |
| XYZ | 26.88 | 14.47 | 82.27 | - |
| YUV | 102.42 | 204.52 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 60 | 238 | 0.44 | 0.75 | 0 | 0.07 | 264.94 | 0.84 | 0.58 |
| Hex | 86 | 3C | EE | 2C | 4B | 0 | 7 | 109 | 54 | 3A |
| Octal | 206 | 74 | 356 | 54 | 113 | 0 | 7 | 411 | 124 | 72 |
| Binary | 10000110 | 111100 | 11101110 | 101100 | 1001011 | 0 | 111 | 100001001 | 1010100 | 111010 |
Color Harmonies of #863CEE
Complementary color
Monochromatic Colors of #863CEE
Black with #863CEE
Text Example
Text Example
White with #863CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863CEE; }
p { color: rgb(134,60,238); }
H1.HeaderClassName
{
color: #863CEE;
}
.AnyTagClassName
{
color: #863CEE;
}
</style>
background-color css
<style>
a { background-color: #863CEE; }
a { background-color: rgb(134,60,238); }
div.DivClassName
{
background-color: #863CEE;
}
.BgClassName
{
background-color: #863CEE;
}
</style>
border-color css
<style>
span { border-color: #863CEE; }
span { border-color: rgb(134,60,238); }
td.TdClassName
{
border-color: #863CEE;
}
.TagClassName
{
border-color: #863CEE;
}
</style>