Html Css Color HEX #863FD6 Blue Violet

📋 copy color: '#863FD6'

red 134 ◦ green 63 ◦ blue 214

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

Shades of Blue Violet #863FD6

Tints of Blue Violet #863FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 52.07%

R = 32.6%
G = 15.33%
B = 52.07%

CMYK

 C value IS 0.37

 M value IS 0.71

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#863FD6 (or 0x863FD6) is known color: Blue Violet. HEX triplet: 86, 3F and D6. RGB value is (134,63,214). Sum of RGB (Red+Green+Blue) = 134+63+214=411 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.60% from 411); Green value is 63 (25% from 255 or 15.33% from 411); Blue value is 214 (83.98% from 255 or 52.07% from 411); Max value from RGB is 214 - color contains mainly: blue. Hex color #863FD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863FD6 is #79C029. Grayscale: #646464. Windows color (decimal): -7979050 or 14040966. OLE color: 14040966.

HSL color Cylindrical-coordinate representation of color #863FD6: hue angle of 268.21º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #863FD6 is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 134 63 214 -
CMYK 0.37 0.71 0 0.16
HSL 268.21º 0.65% 0.54% -
HSV(B) 268.21º 0.71% 0.84% -
XYZ 23.75 13.48 64.97 -
YUV 101.44 191.52 151.22 -
System Red Green Blue C M Y K H S L
Decimal 134 63 214 0.37 0.71 0 0.16 268.21 0.65 0.54
Hex 86 3F D6 25 47 0 10 10C 41 36
Octal 206 77 326 45 107 0 20 414 101 66
Binary 10000110 111111 11010110 100101 1000111 0 10000 100001100 1000001 110110

Color Harmonies of #863FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863FD6

Black with #863FD6

Text Example


Text Example

White with #863FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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