#864FAF

Color #864FAF Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #864FAF

Tints of Deep Lilac #864FAF

Color information

#864FAF (or 0x864FAF) is unknown color: approx 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

RGB13479175-
CMYK0.230.5500.31
HSL274.38º37.8%49.8%-
HSV(B)274.38º54.86%68.63%-
XYZ20.3713.7642.14-
YUV106.39166.72147.69-

RGB Variations

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

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.10%
R=34.54%
G=20.36%
B=45.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal134791750.230.5500.31274.3837.849.8
Hex864FAF173701F1122632
Octal20611725727670374224662
Binary1000011010011111010111110111110111011111100010010100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>