Html Css Color HEX #863CD6 Blue Violet

📋 copy color: '#863CD6'

red 134 ◦ green 60 ◦ blue 214

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

Shades of Blue Violet #863CD6

Tints of Blue Violet #863CD6

RGB

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

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

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

R = 32.84%
G = 14.71%
B = 52.45%

CMYK

 C value IS 0.37

 M value IS 0.72

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#863CD6 (or 0x863CD6) is known color: Blue Violet. HEX triplet: 86, 3C and D6. RGB value is (134,60,214). Sum of RGB (Red+Green+Blue) = 134+60+214=408 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.84% from 408); Green value is 60 (23.83% from 255 or 14.71% from 408); Blue value is 214 (83.98% from 255 or 52.45% from 408); Max value from RGB is 214 - color contains mainly: blue. Hex color #863CD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863CD6 is #79C329. Grayscale: #636363. Windows color (decimal): -7979818 or 14040198. OLE color: 14040198.

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

Color convert

RGB 134 60 214 -
CMYK 0.37 0.72 0 0.16
HSL 268.83º 0.65% 0.54% -
HSV(B) 268.83º 0.72% 0.84% -
XYZ 23.58 13.16 64.91 -
YUV 99.68 192.52 152.48 -
System Red Green Blue C M Y K H S L
Decimal 134 60 214 0.37 0.72 0 0.16 268.83 0.65 0.54
Hex 86 3C D6 25 48 0 10 10D 41 36
Octal 206 74 326 45 110 0 20 415 101 66
Binary 10000110 111100 11010110 100101 1001000 0 10000 100001101 1000001 110110

Color Harmonies of #863CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863CD6

Black with #863CD6

Text Example


Text Example

White with #863CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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