Shades of Blue Violet #863FEE
Tints of Blue Violet #863FEE
RGB
CMYK
RGB Variations
Color information
#863FEE (or 0x863FEE) is known color: Blue Violet. HEX triplet: 86, 3F and EE. RGB value is (134,63,238). Sum of RGB (Red+Green+Blue) = 134+63+238=435 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.80% from 435); Green value is 63 (25% from 255 or 14.48% from 435); Blue value is 238 (93.36% from 255 or 54.71% from 435); Max value from RGB is 238 - color contains mainly: blue. Hex color #863FEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #863FEE is #79C011. Grayscale: #676767. Windows color (decimal): -7979026 or 15613830. OLE color: 15613830.
HSL color Cylindrical-coordinate representation of color #863FEE: hue angle of 264.34º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #863FEE is Cyan = 0.44, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 63 | 238 | - |
| CMYK | 0.44 | 0.74 | 0 | 0.07 |
| HSL | 264.34º | 0.84% | 0.59% | - |
| HSV(B) | 264.34º | 0.74% | 0.93% | - |
| XYZ | 27.04 | 14.8 | 82.32 | - |
| YUV | 104.18 | 203.52 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 63 | 238 | 0.44 | 0.74 | 0 | 0.07 | 264.34 | 0.84 | 0.59 |
| Hex | 86 | 3F | EE | 2C | 4A | 0 | 7 | 108 | 54 | 3B |
| Octal | 206 | 77 | 356 | 54 | 112 | 0 | 7 | 410 | 124 | 73 |
| Binary | 10000110 | 111111 | 11101110 | 101100 | 1001010 | 0 | 111 | 100001000 | 1010100 | 111011 |
Color Harmonies of #863FEE
Complementary color
Monochromatic Colors of #863FEE
Black with #863FEE
Text Example
Text Example
White with #863FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863FEE; }
p { color: rgb(134,63,238); }
H1.HeaderClassName
{
color: #863FEE;
}
.AnyTagClassName
{
color: #863FEE;
}
</style>
background-color css
<style>
a { background-color: #863FEE; }
a { background-color: rgb(134,63,238); }
div.DivClassName
{
background-color: #863FEE;
}
.BgClassName
{
background-color: #863FEE;
}
</style>
border-color css
<style>
span { border-color: #863FEE; }
span { border-color: rgb(134,63,238); }
td.TdClassName
{
border-color: #863FEE;
}
.TagClassName
{
border-color: #863FEE;
}
</style>