Shades of Blue Violet #863EEF
Tints of Blue Violet #863EEF
RGB
CMYK
RGB Variations
Color information
#863EEF (or 0x863EEF) is known color: Blue Violet. HEX triplet: 86, 3E and EF. RGB value is (134,62,239). Sum of RGB (Red+Green+Blue) = 134+62+239=435 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.80% from 435); Green value is 62 (24.61% from 255 or 14.25% from 435); Blue value is 239 (93.75% from 255 or 54.94% from 435); Max value from RGB is 239 - color contains mainly: blue. Hex color #863EEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #863EEF is #79C110. Grayscale: #676767. Windows color (decimal): -7979281 or 15679110. OLE color: 15679110.
HSL color Cylindrical-coordinate representation of color #863EEF: hue angle of 264.41º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #863EEF is Cyan = 0.44, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 134 | 62 | 239 | - |
| CMYK | 0.44 | 0.74 | 0 | 0.06 |
| HSL | 264.41º | 0.85% | 0.59% | - |
| HSV(B) | 264.41º | 0.74% | 0.94% | - |
| XYZ | 27.13 | 14.75 | 83.08 | - |
| YUV | 103.71 | 204.35 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 62 | 239 | 0.44 | 0.74 | 0 | 0.06 | 264.41 | 0.85 | 0.59 |
| Hex | 86 | 3E | EF | 2C | 4A | 0 | 6 | 108 | 55 | 3B |
| Octal | 206 | 76 | 357 | 54 | 112 | 0 | 6 | 410 | 125 | 73 |
| Binary | 10000110 | 111110 | 11101111 | 101100 | 1001010 | 0 | 110 | 100001000 | 1010101 | 111011 |
Color Harmonies of #863EEF
Complementary color
Monochromatic Colors of #863EEF
Black with #863EEF
Text Example
Text Example
White with #863EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863EEF; }
p { color: rgb(134,62,239); }
H1.HeaderClassName
{
color: #863EEF;
}
.AnyTagClassName
{
color: #863EEF;
}
</style>
background-color css
<style>
a { background-color: #863EEF; }
a { background-color: rgb(134,62,239); }
div.DivClassName
{
background-color: #863EEF;
}
.BgClassName
{
background-color: #863EEF;
}
</style>
border-color css
<style>
span { border-color: #863EEF; }
span { border-color: rgb(134,62,239); }
td.TdClassName
{
border-color: #863EEF;
}
.TagClassName
{
border-color: #863EEF;
}
</style>