#854EBD

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

Shades of Deep Lilac #854EBD

Tints of Deep Lilac #854EBD

Color information

#854EBD (or 0x854EBD) is unknown color: approx Deep Lilac. HEX triplet: 85, 4E and BD. RGB value is (133,78,189). Sum of RGB (Red+Green+Blue) = 133+78+189=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 78 (30.86% from 255 or 19.5% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 189 - color contains mainly: blue. Hex color #854EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #854EBD is #7AB142. Grayscale: #6A6A6A. Windows color (decimal): -8040771 or 12406405. OLE color: 12406405.

HSL color Cylindrical-coordinate representation of color #854EBD: hue angle of 269.73º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #854EBD is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13378189-
CMYK0.300.5900.26
HSL269.73º45.68%52.35%-
HSV(B)269.73º58.73%74.12%-
XYZ21.5814.1149.73-
YUV107.1174.22146.47-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.25%
GREEN value IS 78 (30.86% from 255) = 19.5%
BLUE value IS 189 (74.22% from 255) = 47.25%
R=33.25%
G=19.5%
B=47.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal133781890.300.5900.26269.7345.6852.35
Hex854EBD1E3B01A10e2e34
Octal20511627536730324165664
Binary1000010110011101011110111110111011011010100001110101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,78,189); }

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

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

 a { background-color: rgb(133,78,189); }

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

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

 span { border-color: rgb(133,78,189); }

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