Html Css Color HEX #863DD5 Blue Violet

📋 copy color: '#863DD5'

red 134 ◦ green 61 ◦ blue 213

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

Shades of Blue Violet #863DD5

Tints of Blue Violet #863DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 52.21%

R = 32.84%
G = 14.95%
B = 52.21%

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

#863DD5 (or 0x863DD5) is known color: Blue Violet. HEX triplet: 86, 3D and D5. RGB value is (134,61,213). Sum of RGB (Red+Green+Blue) = 134+61+213=408 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.84% from 408); Green value is 61 (24.22% from 255 or 14.95% from 408); Blue value is 213 (83.59% from 255 or 52.21% from 408); Max value from RGB is 213 - color contains mainly: blue. Hex color #863DD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863DD5 is #79C22A. Grayscale: #636363. Windows color (decimal): -7979563 or 13974918. OLE color: 13974918.

HSL color Cylindrical-coordinate representation of color #863DD5: hue angle of 268.82º degrees, saturation: 0.64, 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 #863DD5 is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 134 61 213 -
CMYK 0.37 0.71 0 0.16
HSL 268.82º 0.64% 0.54% -
HSV(B) 268.82º 0.71% 0.84% -
XYZ 23.51 13.21 64.26 -
YUV 100.16 191.68 152.14 -
System Red Green Blue C M Y K H S L
Decimal 134 61 213 0.37 0.71 0 0.16 268.82 0.64 0.54
Hex 86 3D D5 25 47 0 10 10D 40 36
Octal 206 75 325 45 107 0 20 415 100 66
Binary 10000110 111101 11010101 100101 1000111 0 10000 100001101 1000000 110110

Color Harmonies of #863DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863DD5

Black with #863DD5

Text Example


Text Example

White with #863DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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