Html Css Color HEX #863FEA Blue Violet

📋 copy color: '#863FEA'

red 134 ◦ green 63 ◦ blue 234

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

Shades of Blue Violet #863FEA

Tints of Blue Violet #863FEA

RGB

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

 GREEN value IS 63 (25% from 255) = 14.62%

 BLUE value IS 234 (91.8% from 255) = 54.29%

R = 31.09%
G = 14.62%
B = 54.29%

CMYK

 C value IS 0.43

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#863FEA (or 0x863FEA) is known color: Blue Violet. HEX triplet: 86, 3F and EA. RGB value is (134,63,234). Sum of RGB (Red+Green+Blue) = 134+63+234=431 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.09% from 431); Green value is 63 (25% from 255 or 14.62% from 431); Blue value is 234 (91.80% from 255 or 54.29% from 431); Max value from RGB is 234 - color contains mainly: blue. Hex color #863FEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #863FEA is #79C015. Grayscale: #676767. Windows color (decimal): -7979030 or 15351686. OLE color: 15351686.

HSL color Cylindrical-coordinate representation of color #863FEA: hue angle of 264.91º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #863FEA is Cyan = 0.43, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 134 63 234 -
CMYK 0.43 0.73 0 0.08
HSL 264.91º 0.8% 0.58% -
HSV(B) 264.91º 0.73% 0.92% -
XYZ 26.46 14.56 79.26 -
YUV 103.72 201.52 149.6 -
System Red Green Blue C M Y K H S L
Decimal 134 63 234 0.43 0.73 0 0.08 264.91 0.8 0.58
Hex 86 3F EA 2B 49 0 8 109 50 3A
Octal 206 77 352 53 111 0 10 411 120 72
Binary 10000110 111111 11101010 101011 1001001 0 1000 100001001 1010000 111010

Color Harmonies of #863FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863FEA

Black with #863FEA

Text Example


Text Example

White with #863FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,63,234); }

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

background-color css

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

 a { background-color: rgb(134,63,234); }

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

border-color css

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

 span { border-color: rgb(134,63,234); }

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