Html Css Color HEX #863BDB Blue Violet

📋 copy color: '#863BDB'

red 134 ◦ green 59 ◦ blue 219

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

Shades of Blue Violet #863BDB

Tints of Blue Violet #863BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.16%

R = 32.52%
G = 14.32%
B = 53.16%

CMYK

 C value IS 0.39

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#863BDB (or 0x863BDB) is known color: Blue Violet. HEX triplet: 86, 3B and DB. RGB value is (134,59,219). Sum of RGB (Red+Green+Blue) = 134+59+219=412 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.52% from 412); Green value is 59 (23.44% from 255 or 14.32% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #863BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863BDB is #79C424. Grayscale: #636363. Windows color (decimal): -7980069 or 14367622. OLE color: 14367622.

HSL color Cylindrical-coordinate representation of color #863BDB: hue angle of 268.12º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #863BDB is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 134 59 219 -
CMYK 0.39 0.73 0 0.14
HSL 268.13º 0.69% 0.55% -
HSV(B) 268.13º 0.73% 0.86% -
XYZ 24.18 13.31 68.31 -
YUV 99.67 195.35 152.49 -
System Red Green Blue C M Y K H S L
Decimal 134 59 219 0.39 0.73 0 0.14 268.13 0.69 0.55
Hex 86 3B DB 27 49 0 E 10C 45 37
Octal 206 73 333 47 111 0 16 414 105 67
Binary 10000110 111011 11011011 100111 1001001 0 1110 100001100 1000101 110111

Color Harmonies of #863BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863BDB

Black with #863BDB

Text Example


Text Example

White with #863BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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