Html Css Color HEX #863AD6 Blue Violet

📋 copy color: '#863AD6'

red 134 ◦ green 58 ◦ blue 214

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

Shades of Blue Violet #863AD6

Tints of Blue Violet #863AD6

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.29%

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

R = 33%
G = 14.29%
B = 52.71%

CMYK

 C value IS 0.37

 M value IS 0.73

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#863AD6 (or 0x863AD6) is known color: Blue Violet. HEX triplet: 86, 3A and D6. RGB value is (134,58,214). Sum of RGB (Red+Green+Blue) = 134+58+214=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 58 (23.05% from 255 or 14.29% from 406); Blue value is 214 (83.98% from 255 or 52.71% from 406); Max value from RGB is 214 - color contains mainly: blue. Hex color #863AD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863AD6 is #79C529. Grayscale: #616161. Windows color (decimal): -7980330 or 14039686. OLE color: 14039686.

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

Color convert

RGB 134 58 214 -
CMYK 0.37 0.73 0 0.16
HSL 269.23º 0.66% 0.53% -
HSV(B) 269.23º 0.73% 0.84% -
XYZ 23.48 12.95 64.88 -
YUV 98.51 193.18 153.32 -
System Red Green Blue C M Y K H S L
Decimal 134 58 214 0.37 0.73 0 0.16 269.23 0.66 0.53
Hex 86 3A D6 25 49 0 10 10D 42 35
Octal 206 72 326 45 111 0 20 415 102 65
Binary 10000110 111010 11010110 100101 1001001 0 10000 100001101 1000010 110101

Color Harmonies of #863AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863AD6

Black with #863AD6

Text Example


Text Example

White with #863AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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