#854DBF

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

Shades of Deep Lilac #854DBF

Tints of Deep Lilac #854DBF

Color information

#854DBF (or 0x854DBF) is unknown color: approx Deep Lilac. HEX triplet: 85, 4D and BF. RGB value is (133,77,191). Sum of RGB (Red+Green+Blue) = 133+77+191=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 77 (30.47% from 255 or 19.20% from 401); Blue value is 191 (75% from 255 or 47.63% from 401); Max value from RGB is 191 - color contains mainly: blue. Hex color #854DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #854DBF is #7AB240. Grayscale: #6A6A6A. Windows color (decimal): -8041025 or 12537221. OLE color: 12537221.

HSL color Cylindrical-coordinate representation of color #854DBF: hue angle of 269.47º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #854DBF is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13377191-
CMYK0.300.6000.25
HSL269.47º47.11%52.55%-
HSV(B)269.47º59.69%74.9%-
XYZ21.7314.0650.86-
YUV106.74175.55146.73-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.17%
GREEN value IS 77 (30.47% from 255) = 19.20%
BLUE value IS 191 (75% from 255) = 47.63%
R=33.17%
G=19.20%
B=47.63%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal133771910.300.6000.25269.4747.1152.55
Hex854DBF1E3C01910d2f35
Octal20511527736740314155765
Binary1000010110011011011111111110111100011001100001101101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854DBF; }

 p { color: rgb(133,77,191); }

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

<style>
 a { background-color: #854DBF; }

 a { background-color: rgb(133,77,191); }

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

<style>
 span { border-color: #854DBF; }

 span { border-color: rgb(133,77,191); }

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