Html Css Color HEX #864FAF Deep Lilac

📋 copy color: '#864FAF'

red 134 ◦ green 79 ◦ blue 175

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

Shades of Deep Lilac #864FAF

Tints of Deep Lilac #864FAF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.36%

 BLUE value IS 175 (68.75% from 255) = 45.1%

R = 34.54%
G = 20.36%
B = 45.1%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#864FAF (or 0x864FAF) is known color: Deep Lilac. HEX triplet: 86, 4F and AF. RGB value is (134,79,175). Sum of RGB (Red+Green+Blue) = 134+79+175=388 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.54% from 388); Green value is 79 (31.25% from 255 or 20.36% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 175 - color contains mainly: blue. Hex color #864FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #864FAF is #79B050. Grayscale: #6A6A6A. Windows color (decimal): -7974993 or 11489158. OLE color: 11489158.

HSL color Cylindrical-coordinate representation of color #864FAF: hue angle of 274.38º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #864FAF is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 134 79 175 -
CMYK 0.23 0.55 0 0.31
HSL 274.38º 0.38% 0.5% -
HSV(B) 274.38º 0.55% 0.69% -
XYZ 20.37 13.76 42.14 -
YUV 106.39 166.72 147.69 -
System Red Green Blue C M Y K H S L
Decimal 134 79 175 0.23 0.55 0 0.31 274.38 0.38 0.5
Hex 86 4F AF 17 37 0 1F 112 26 32
Octal 206 117 257 27 67 0 37 422 46 62
Binary 10000110 1001111 10101111 10111 110111 0 11111 100010010 100110 110010

Color Harmonies of #864FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864FAF

Black with #864FAF

Text Example


Text Example

White with #864FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,79,175); }

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

background-color css

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

 a { background-color: rgb(134,79,175); }

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

border-color css

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

 span { border-color: rgb(134,79,175); }

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