Html Css Color HEX #863DDB Blue Violet

📋 copy color: '#863DDB'

red 134 ◦ green 61 ◦ blue 219

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

Shades of Blue Violet #863DDB

Tints of Blue Violet #863DDB

RGB

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

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

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

R = 32.37%
G = 14.73%
B = 52.9%

CMYK

 C value IS 0.39

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#863DDB (or 0x863DDB) is known color: Blue Violet. HEX triplet: 86, 3D and DB. RGB value is (134,61,219). Sum of RGB (Red+Green+Blue) = 134+61+219=414 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.37% from 414); Green value is 61 (24.22% from 255 or 14.73% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #863DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863DDB is #79C224. Grayscale: #646464. Windows color (decimal): -7979557 or 14368134. OLE color: 14368134.

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

Color convert

RGB 134 61 219 -
CMYK 0.39 0.72 0 0.14
HSL 267.72º 0.69% 0.55% -
HSV(B) 267.72º 0.72% 0.86% -
XYZ 24.29 13.52 68.35 -
YUV 100.84 194.68 151.65 -
System Red Green Blue C M Y K H S L
Decimal 134 61 219 0.39 0.72 0 0.14 267.72 0.69 0.55
Hex 86 3D DB 27 48 0 E 10C 45 37
Octal 206 75 333 47 110 0 16 414 105 67
Binary 10000110 111101 11011011 100111 1001000 0 1110 100001100 1000101 110111

Color Harmonies of #863DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863DDB

Black with #863DDB

Text Example


Text Example

White with #863DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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