#854EB8

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

Shades of Deep Lilac #854EB8

Tints of Deep Lilac #854EB8

Color information

#854EB8 (or 0x854EB8) is unknown color: approx Deep Lilac. HEX triplet: 85, 4E and B8. RGB value is (133,78,184). Sum of RGB (Red+Green+Blue) = 133+78+184=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 78 (30.86% from 255 or 19.75% from 395); Blue value is 184 (72.27% from 255 or 46.58% from 395); Max value from RGB is 184 - color contains mainly: blue. Hex color #854EB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #854EB8 is #7AB147. Grayscale: #6A6A6A. Windows color (decimal): -8040776 or 12078725. OLE color: 12078725.

HSL color Cylindrical-coordinate representation of color #854EB8: hue angle of 271.13º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #854EB8 is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB13378184-
CMYK0.280.5800.28
HSL271.13º42.74%51.37%-
HSV(B)271.13º57.61%72.16%-
XYZ21.0513.946.92-
YUV106.53171.72146.88-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.67%
GREEN value IS 78 (30.86% from 255) = 19.75%
BLUE value IS 184 (72.27% from 255) = 46.58%
R=33.67%
G=19.75%
B=46.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal133781840.280.5800.28271.1342.7451.37
Hex854EB81C3A01C10f2b33
Octal20511627034720344175363
Binary1000010110011101011100011100111010011100100001111101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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