#864CB2

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

Shades of Deep Lilac #864CB2

Tints of Deep Lilac #864CB2

Color information

#864CB2 (or 0x864CB2) is unknown color: approx Deep Lilac. HEX triplet: 86, 4C and B2. RGB value is (134,76,178). Sum of RGB (Red+Green+Blue) = 134+76+178=388 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.54% from 388); Green value is 76 (30.08% from 255 or 19.59% from 388); Blue value is 178 (69.92% from 255 or 45.88% from 388); Max value from RGB is 178 - color contains mainly: blue. Hex color #864CB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #864CB2 is #79B34D. Grayscale: #686868. Windows color (decimal): -7975758 or 11684998. OLE color: 11684998.

HSL color Cylindrical-coordinate representation of color #864CB2: hue angle of 274.12º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #864CB2 is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB13476178-
CMYK0.250.5700.30
HSL274.12º40.16%49.8%-
HSV(B)274.12º57.3%69.8%-
XYZ20.4513.4543.64-
YUV104.97169.22148.71-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.54%
GREEN value IS 76 (30.08% from 255) = 19.59%
BLUE value IS 178 (69.92% from 255) = 45.88%
R=34.54%
G=19.59%
B=45.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal134761780.250.5700.30274.1240.1649.8
Hex864CB2193901E1122832
Octal20611426231710364225062
Binary1000011010011001011001011001111001011110100010010101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,76,178); }

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

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

 a { background-color: rgb(134,76,178); }

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

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

 span { border-color: rgb(134,76,178); }

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