Html Css Color HEX #863BDA Blue Violet

📋 copy color: '#863BDA'

red 134 ◦ green 59 ◦ blue 218

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

Shades of Blue Violet #863BDA

Tints of Blue Violet #863BDA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.36%

 BLUE value IS 218 (85.55% from 255) = 53.04%

R = 32.6%
G = 14.36%
B = 53.04%

CMYK

 C value IS 0.39

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#863BDA (or 0x863BDA) is known color: Blue Violet. HEX triplet: 86, 3B and DA. RGB value is (134,59,218). Sum of RGB (Red+Green+Blue) = 134+59+218=411 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.60% from 411); Green value is 59 (23.44% from 255 or 14.36% from 411); Blue value is 218 (85.55% from 255 or 53.04% from 411); Max value from RGB is 218 - color contains mainly: blue. Hex color #863BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863BDA is #79C425. Grayscale: #626262. Windows color (decimal): -7980070 or 14302086. OLE color: 14302086.

HSL color Cylindrical-coordinate representation of color #863BDA: hue angle of 268.3º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #863BDA is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 134 59 218 -
CMYK 0.39 0.73 0 0.15
HSL 268.3º 0.68% 0.54% -
HSV(B) 268.3º 0.73% 0.85% -
XYZ 24.05 13.26 67.62 -
YUV 99.55 194.85 152.57 -
System Red Green Blue C M Y K H S L
Decimal 134 59 218 0.39 0.73 0 0.15 268.3 0.68 0.54
Hex 86 3B DA 27 49 0 F 10C 44 36
Octal 206 73 332 47 111 0 17 414 104 66
Binary 10000110 111011 11011010 100111 1001001 0 1111 100001100 1000100 110110

Color Harmonies of #863BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863BDA

Black with #863BDA

Text Example


Text Example

White with #863BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,59,218); }

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

background-color css

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

 a { background-color: rgb(134,59,218); }

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

border-color css

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

 span { border-color: rgb(134,59,218); }

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