Html Css Color HEX #863CEF Blue Violet

📋 copy color: '#863CEF'

red 134 ◦ green 60 ◦ blue 239

#863CEF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #863CEF

Tints of Blue Violet #863CEF

RGB

 RED value IS 134 (52.73% from 255) = 30.95%

 GREEN value IS 60 (23.83% from 255) = 13.86%

 BLUE value IS 239 (93.75% from 255) = 55.2%

R = 30.95%
G = 13.86%
B = 55.2%

CMYK

 C value IS 0.44

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#863CEF (or 0x863CEF) is known color: Blue Violet. HEX triplet: 86, 3C and EF. RGB value is (134,60,239). Sum of RGB (Red+Green+Blue) = 134+60+239=433 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.95% from 433); Green value is 60 (23.83% from 255 or 13.86% from 433); Blue value is 239 (93.75% from 255 or 55.20% from 433); Max value from RGB is 239 - color contains mainly: blue. Hex color #863CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #863CEF is #79C310. Grayscale: #656565. Windows color (decimal): -7979793 or 15678598. OLE color: 15678598.

HSL color Cylindrical-coordinate representation of color #863CEF: hue angle of 264.8º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #863CEF is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 134 60 239 -
CMYK 0.44 0.75 0 0.06
HSL 264.8º 0.85% 0.59% -
HSV(B) 264.8º 0.75% 0.94% -
XYZ 27.03 14.53 83.04 -
YUV 102.53 205.02 150.45 -
System Red Green Blue C M Y K H S L
Decimal 134 60 239 0.44 0.75 0 0.06 264.8 0.85 0.59
Hex 86 3C EF 2C 4B 0 6 109 55 3B
Octal 206 74 357 54 113 0 6 411 125 73
Binary 10000110 111100 11101111 101100 1001011 0 110 100001001 1010101 111011

Color Harmonies of #863CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863CEF

Black with #863CEF

Text Example


Text Example

White with #863CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863CEF; }

 p { color: rgb(134,60,239); }

 H1.HeaderClassName
 {
   color: #863CEF;
 }
 .AnyTagClassName
 {
   color: #863CEF;
 }
</style>

background-color css

<style>
 a { background-color: #863CEF; }

 a { background-color: rgb(134,60,239); }

 div.DivClassName
 {
   background-color: #863CEF;
 }
 .BgClassName
 {
   background-color: #863CEF;
 }
</style>

border-color css

<style>
 span { border-color: #863CEF; }

 span { border-color: rgb(134,60,239); }

 td.TdClassName
 {
   border-color: #863CEF;
 }
 .TagClassName
 {
   border-color: #863CEF;
 }
</style>