Shades of Blue Violet #863EEE
Tints of Blue Violet #863EEE
RGB
CMYK
RGB Variations
Color information
#863EEE (or 0x863EEE) is known color: Blue Violet. HEX triplet: 86, 3E and EE. RGB value is (134,62,238). Sum of RGB (Red+Green+Blue) = 134+62+238=434 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.88% from 434); Green value is 62 (24.61% from 255 or 14.29% from 434); Blue value is 238 (93.36% from 255 or 54.84% from 434); Max value from RGB is 238 - color contains mainly: blue. Hex color #863EEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #863EEE is #79C111. Grayscale: #666666. Windows color (decimal): -7979282 or 15613574. OLE color: 15613574.
HSL color Cylindrical-coordinate representation of color #863EEE: hue angle of 264.55º 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 #863EEE is Cyan = 0.44, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 62 | 238 | - |
| CMYK | 0.44 | 0.74 | 0 | 0.07 |
| HSL | 264.55º | 0.84% | 0.59% | - |
| HSV(B) | 264.55º | 0.74% | 0.93% | - |
| XYZ | 26.99 | 14.69 | 82.3 | - |
| YUV | 103.59 | 203.85 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 62 | 238 | 0.44 | 0.74 | 0 | 0.07 | 264.55 | 0.84 | 0.59 |
| Hex | 86 | 3E | EE | 2C | 4A | 0 | 7 | 109 | 54 | 3B |
| Octal | 206 | 76 | 356 | 54 | 112 | 0 | 7 | 411 | 124 | 73 |
| Binary | 10000110 | 111110 | 11101110 | 101100 | 1001010 | 0 | 111 | 100001001 | 1010100 | 111011 |
Color Harmonies of #863EEE
Complementary color
Monochromatic Colors of #863EEE
Black with #863EEE
Text Example
Text Example
White with #863EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863EEE; }
p { color: rgb(134,62,238); }
H1.HeaderClassName
{
color: #863EEE;
}
.AnyTagClassName
{
color: #863EEE;
}
</style>
background-color css
<style>
a { background-color: #863EEE; }
a { background-color: rgb(134,62,238); }
div.DivClassName
{
background-color: #863EEE;
}
.BgClassName
{
background-color: #863EEE;
}
</style>
border-color css
<style>
span { border-color: #863EEE; }
span { border-color: rgb(134,62,238); }
td.TdClassName
{
border-color: #863EEE;
}
.TagClassName
{
border-color: #863EEE;
}
</style>