#864DAF

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

Shades of Deep Lilac #864DAF

Tints of Deep Lilac #864DAF

Color information

#864DAF (or 0x864DAF) is unknown color: approx Deep Lilac. HEX triplet: 86, 4D and AF. RGB value is (134,77,175). Sum of RGB (Red+Green+Blue) = 134+77+175=386 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.72% from 386); Green value is 77 (30.47% from 255 or 19.95% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 175 - color contains mainly: blue. Hex color #864DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #864DAF is #79B250. Grayscale: #686868. Windows color (decimal): -7975505 or 11488646. OLE color: 11488646.

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

Color convert

RGB13477175-
CMYK0.230.5600.31
HSL274.9º38.89%49.41%-
HSV(B)274.9º56%68.63%-
XYZ20.2213.4742.09-
YUV105.21167.38148.53-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.72%
GREEN value IS 77 (30.47% from 255) = 19.95%
BLUE value IS 175 (68.75% from 255) = 45.34%
R=34.72%
G=19.95%
B=45.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal134771750.230.5600.31274.938.8949.41
Hex864DAF173801F1132731
Octal20611525727700374234761
Binary1000011010011011010111110111111000011111100010011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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