Html Css Color HEX #864EC0 Deep Lilac

📋 copy color: '#864EC0'

red 134 ◦ green 78 ◦ blue 192

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

Shades of Deep Lilac #864EC0

Tints of Deep Lilac #864EC0

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.31%

 BLUE value IS 192 (75.39% from 255) = 47.52%

R = 33.17%
G = 19.31%
B = 47.52%

CMYK

 C value IS 0.30

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#864EC0 (or 0x864EC0) is known color: Deep Lilac. HEX triplet: 86, 4E and C0. RGB value is (134,78,192). Sum of RGB (Red+Green+Blue) = 134+78+192=404 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.17% from 404); Green value is 78 (30.86% from 255 or 19.31% from 404); Blue value is 192 (75.39% from 255 or 47.52% from 404); Max value from RGB is 192 - color contains mainly: blue. Hex color #864EC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #864EC0 is #79B13F. Grayscale: #6B6B6B. Windows color (decimal): -7975232 or 12603014. OLE color: 12603014.

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

Color convert

RGB 134 78 192 -
CMYK 0.30 0.59 0 0.25
HSL 269.47º 0.48% 0.53% -
HSV(B) 269.47º 0.59% 0.75% -
XYZ 22.07 14.32 51.47 -
YUV 107.74 175.55 146.73 -
System Red Green Blue C M Y K H S L
Decimal 134 78 192 0.30 0.59 0 0.25 269.47 0.48 0.53
Hex 86 4E C0 1E 3B 0 19 10D 30 35
Octal 206 116 300 36 73 0 31 415 60 65
Binary 10000110 1001110 11000000 11110 111011 0 11001 100001101 110000 110101

Color Harmonies of #864EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864EC0

Black with #864EC0

Text Example


Text Example

White with #864EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,78,192); }

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

background-color css

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

 a { background-color: rgb(134,78,192); }

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

border-color css

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

 span { border-color: rgb(134,78,192); }

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