#864BAF

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

Shades of Deep Lilac #864BAF

Tints of Deep Lilac #864BAF

Color information

#864BAF (or 0x864BAF) is unknown color: approx Deep Lilac. HEX triplet: 86, 4B and AF. RGB value is (134,75,175). Sum of RGB (Red+Green+Blue) = 134+75+175=384 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.90% from 384); Green value is 75 (29.69% from 255 or 19.53% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 175 - color contains mainly: blue. Hex color #864BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #864BAF is #79B450. Grayscale: #676767. Windows color (decimal): -7976017 or 11488134. OLE color: 11488134.

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

Color convert

RGB13475175-
CMYK0.230.5700.31
HSL275.4º40%49.02%-
HSV(B)275.4º57.14%68.63%-
XYZ20.0913.242.05-
YUV104.04168.05149.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.90%
GREEN value IS 75 (29.69% from 255) = 19.53%
BLUE value IS 175 (68.75% from 255) = 45.57%
R=34.90%
G=19.53%
B=45.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal134751750.230.5700.31275.44049.02
Hex864BAF173901F1132831
Octal20611325727710374235061
Binary1000011010010111010111110111111001011111100010011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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