Html Css Color HEX #864DBF Deep Lilac

📋 copy color: '#864DBF'

red 134 ◦ green 77 ◦ blue 191

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

Shades of Deep Lilac #864DBF

Tints of Deep Lilac #864DBF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.15%

 BLUE value IS 191 (75% from 255) = 47.51%

R = 33.33%
G = 19.15%
B = 47.51%

CMYK

 C value IS 0.30

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#864DBF (or 0x864DBF) is known color: Deep Lilac. HEX triplet: 86, 4D and BF. RGB value is (134,77,191). Sum of RGB (Red+Green+Blue) = 134+77+191=402 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.33% from 402); Green value is 77 (30.47% from 255 or 19.15% from 402); Blue value is 191 (75% from 255 or 47.51% from 402); Max value from RGB is 191 - color contains mainly: blue. Hex color #864DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #864DBF is #79B240. Grayscale: #6A6A6A. Windows color (decimal): -7975489 or 12537222. OLE color: 12537222.

HSL color Cylindrical-coordinate representation of color #864DBF: hue angle of 270º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #864DBF is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 134 77 191 -
CMYK 0.30 0.60 0 0.25
HSL 270º 0.47% 0.53% -
HSV(B) 270º 0.6% 0.75% -
XYZ 21.89 14.14 50.87 -
YUV 107.04 175.38 147.23 -
System Red Green Blue C M Y K H S L
Decimal 134 77 191 0.30 0.60 0 0.25 270 0.47 0.53
Hex 86 4D BF 1E 3C 0 19 10E 2F 35
Octal 206 115 277 36 74 0 31 416 57 65
Binary 10000110 1001101 10111111 11110 111100 0 11001 100001110 101111 110101

Color Harmonies of #864DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864DBF

Black with #864DBF

Text Example


Text Example

White with #864DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864DBF; }

 p { color: rgb(134,77,191); }

 H1.HeaderClassName
 {
   color: #864DBF;
 }
 .AnyTagClassName
 {
   color: #864DBF;
 }
</style>

background-color css

<style>
 a { background-color: #864DBF; }

 a { background-color: rgb(134,77,191); }

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

border-color css

<style>
 span { border-color: #864DBF; }

 span { border-color: rgb(134,77,191); }

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