#864ABF

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

Shades of Deep Lilac #864ABF

Tints of Deep Lilac #864ABF

Color information

#864ABF (or 0x864ABF) is unknown color: approx Deep Lilac. HEX triplet: 86, 4A and BF. RGB value is (134,74,191). Sum of RGB (Red+Green+Blue) = 134+74+191=399 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.58% from 399); Green value is 74 (29.30% from 255 or 18.55% from 399); Blue value is 191 (75% from 255 or 47.87% from 399); Max value from RGB is 191 - color contains mainly: blue. Hex color #864ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #864ABF is #79B540. Grayscale: #686868. Windows color (decimal): -7976257 or 12536454. OLE color: 12536454.

HSL color Cylindrical-coordinate representation of color #864ABF: hue angle of 270.77º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #864ABF is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13474191-
CMYK0.300.6100.25
HSL270.77º47.76%51.96%-
HSV(B)270.77º61.26%74.9%-
XYZ21.6813.7350.8-
YUV105.28176.38148.49-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.58%
GREEN value IS 74 (29.30% from 255) = 18.55%
BLUE value IS 191 (75% from 255) = 47.87%
R=33.58%
G=18.55%
B=47.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal134741910.300.6100.25270.7747.7651.96
Hex864ABF1E3D01910f3034
Octal20611227736750314176064
Binary1000011010010101011111111110111101011001100001111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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