Html Css Color HEX #864DC3 Deep Lilac

📋 copy color: '#864DC3'

red 134 ◦ green 77 ◦ blue 195

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

Shades of Deep Lilac #864DC3

Tints of Deep Lilac #864DC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 48.03%

R = 33%
G = 18.97%
B = 48.03%

CMYK

 C value IS 0.31

 M value IS 0.61

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#864DC3 (or 0x864DC3) is known color: Deep Lilac. HEX triplet: 86, 4D and C3. RGB value is (134,77,195). Sum of RGB (Red+Green+Blue) = 134+77+195=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 77 (30.47% from 255 or 18.97% from 406); Blue value is 195 (76.56% from 255 or 48.03% from 406); Max value from RGB is 195 - color contains mainly: blue. Hex color #864DC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #864DC3 is #79B23C. Grayscale: #6B6B6B. Windows color (decimal): -7975485 or 12799366. OLE color: 12799366.

HSL color Cylindrical-coordinate representation of color #864DC3: hue angle of 268.98º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #864DC3 is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 134 77 195 -
CMYK 0.31 0.61 0 0.24
HSL 268.98º 0.5% 0.53% -
HSV(B) 268.98º 0.61% 0.76% -
XYZ 22.34 14.32 53.22 -
YUV 107.5 177.38 146.91 -
System Red Green Blue C M Y K H S L
Decimal 134 77 195 0.31 0.61 0 0.24 268.98 0.5 0.53
Hex 86 4D C3 1F 3D 0 18 10D 32 35
Octal 206 115 303 37 75 0 30 415 62 65
Binary 10000110 1001101 11000011 11111 111101 0 11000 100001101 110010 110101

Color Harmonies of #864DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864DC3

Black with #864DC3

Text Example


Text Example

White with #864DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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