#864AB1

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

Shades of Deep Lilac #864AB1

Tints of Deep Lilac #864AB1

Color information

#864AB1 (or 0x864AB1) is unknown color: approx Deep Lilac. HEX triplet: 86, 4A and B1. RGB value is (134,74,177). Sum of RGB (Red+Green+Blue) = 134+74+177=385 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.81% from 385); Green value is 74 (29.30% from 255 or 19.22% from 385); Blue value is 177 (69.53% from 255 or 45.97% from 385); Max value from RGB is 177 - color contains mainly: blue. Hex color #864AB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #864AB1 is #79B54E. Grayscale: #676767. Windows color (decimal): -7976271 or 11618950. OLE color: 11618950.

HSL color Cylindrical-coordinate representation of color #864AB1: hue angle of 274.95º degrees, saturation: 0.41, 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 #864AB1 is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13474177-
CMYK0.240.5800.31
HSL274.95º41.04%49.22%-
HSV(B)274.95º58.19%69.41%-
XYZ20.2213.1443.07-
YUV103.68169.38149.62-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.81%
GREEN value IS 74 (29.30% from 255) = 19.22%
BLUE value IS 177 (69.53% from 255) = 45.97%
R=34.81%
G=19.22%
B=45.97%

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
Decimal134741770.240.5800.31274.9541.0449.22
Hex864AB1183A01F1132931
Octal20611226130720374235161
Binary1000011010010101011000111000111010011111100010011101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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