Html Css Color HEX #863CF0 Blue Violet

📋 copy color: '#863CF0'

red 134 ◦ green 60 ◦ blue 240

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

Shades of Blue Violet #863CF0

Tints of Blue Violet #863CF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 55.3%

R = 30.88%
G = 13.82%
B = 55.3%

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

#863CF0 (or 0x863CF0) is known color: Blue Violet. HEX triplet: 86, 3C and F0. RGB value is (134,60,240). Sum of RGB (Red+Green+Blue) = 134+60+240=434 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.88% from 434); Green value is 60 (23.83% from 255 or 13.82% from 434); Blue value is 240 (94.14% from 255 or 55.30% from 434); Max value from RGB is 240 - color contains mainly: blue. Hex color #863CF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #863CF0 is #79C30F. Grayscale: #666666. Windows color (decimal): -7979792 or 15744134. OLE color: 15744134.

HSL color Cylindrical-coordinate representation of color #863CF0: hue angle of 264.67º degrees, saturation: 0.86, 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 #863CF0 is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 134 60 240 -
CMYK 0.44 0.75 0 0.06
HSL 264.67º 0.86% 0.59% -
HSV(B) 264.67º 0.75% 0.94% -
XYZ 27.18 14.59 83.82 -
YUV 102.65 205.52 150.36 -
System Red Green Blue C M Y K H S L
Decimal 134 60 240 0.44 0.75 0 0.06 264.67 0.86 0.59
Hex 86 3C F0 2C 4B 0 6 109 56 3B
Octal 206 74 360 54 113 0 6 411 126 73
Binary 10000110 111100 11110000 101100 1001011 0 110 100001001 1010110 111011

Color Harmonies of #863CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863CF0

Black with #863CF0

Text Example


Text Example

White with #863CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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