Html Css Color HEX #863DF0 Blue Violet

📋 copy color: '#863DF0'

red 134 ◦ green 61 ◦ blue 240

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

Shades of Blue Violet #863DF0

Tints of Blue Violet #863DF0

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.02%

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

R = 30.8%
G = 14.02%
B = 55.17%

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

#863DF0 (or 0x863DF0) is known color: Blue Violet. HEX triplet: 86, 3D and F0. RGB value is (134,61,240). Sum of RGB (Red+Green+Blue) = 134+61+240=435 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.80% from 435); Green value is 61 (24.22% from 255 or 14.02% from 435); Blue value is 240 (94.14% from 255 or 55.17% from 435); Max value from RGB is 240 - color contains mainly: blue. Hex color #863DF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #863DF0 is #79C20F. Grayscale: #666666. Windows color (decimal): -7979536 or 15744390. OLE color: 15744390.

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

Color convert

RGB 134 61 240 -
CMYK 0.44 0.75 0 0.06
HSL 264.47º 0.86% 0.59% -
HSV(B) 264.47º 0.75% 0.94% -
XYZ 27.23 14.7 83.84 -
YUV 103.23 205.18 149.95 -
System Red Green Blue C M Y K H S L
Decimal 134 61 240 0.44 0.75 0 0.06 264.47 0.86 0.59
Hex 86 3D F0 2C 4B 0 6 108 56 3B
Octal 206 75 360 54 113 0 6 410 126 73
Binary 10000110 111101 11110000 101100 1001011 0 110 100001000 1010110 111011

Color Harmonies of #863DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863DF0

Black with #863DF0

Text Example


Text Example

White with #863DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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