#864BB1

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

Shades of Deep Lilac #864BB1

Tints of Deep Lilac #864BB1

Color information

#864BB1 (or 0x864BB1) is unknown color: approx Deep Lilac. HEX triplet: 86, 4B and B1. RGB value is (134,75,177). Sum of RGB (Red+Green+Blue) = 134+75+177=386 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.72% from 386); Green value is 75 (29.69% from 255 or 19.43% from 386); Blue value is 177 (69.53% from 255 or 45.85% from 386); Max value from RGB is 177 - color contains mainly: blue. Hex color #864BB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #864BB1 is #79B44E. Grayscale: #676767. Windows color (decimal): -7976015 or 11619206. OLE color: 11619206.

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

Color convert

RGB13475177-
CMYK0.240.5800.31
HSL274.71º40.48%49.41%-
HSV(B)274.71º57.63%69.41%-
XYZ20.2813.2743.09-
YUV104.27169.05149.21-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.72%
GREEN value IS 75 (29.69% from 255) = 19.43%
BLUE value IS 177 (69.53% from 255) = 45.85%
R=34.72%
G=19.43%
B=45.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal134751770.240.5800.31274.7140.4849.41
Hex864BB1183A01F1132831
Octal20611326130720374235061
Binary1000011010010111011000111000111010011111100010011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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