#864FAC

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

Shades of Deep Lilac #864FAC

Tints of Deep Lilac #864FAC

Color information

#864FAC (or 0x864FAC) is unknown color: approx Deep Lilac. HEX triplet: 86, 4F and AC. RGB value is (134,79,172). Sum of RGB (Red+Green+Blue) = 134+79+172=385 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.81% from 385); Green value is 79 (31.25% from 255 or 20.52% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #864FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #864FAC is #79B053. Grayscale: #696969. Windows color (decimal): -7974996 or 11292550. OLE color: 11292550.

HSL color Cylindrical-coordinate representation of color #864FAC: hue angle of 275.48º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #864FAC is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13479172-
CMYK0.220.5400.33
HSL275.48º37.05%49.22%-
HSV(B)275.48º54.07%67.45%-
XYZ20.0713.6440.6-
YUV106.05165.22147.94-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.81%
GREEN value IS 79 (31.25% from 255) = 20.52%
BLUE value IS 172 (67.58% from 255) = 44.68%
R=34.81%
G=20.52%
B=44.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal134791720.220.5400.33275.4837.0549.22
Hex864FAC16360211132531
Octal20611725426660414234561
Binary10000110100111110101100101101101100100001100010011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #864FAC;
 }
 .AnyTagClassName
 {
   color: #864FAC;
 }
</style>
background-color css

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

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

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

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

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

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