#874EAE

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

Shades of Deep Lilac #874EAE

Tints of Deep Lilac #874EAE

Color information

#874EAE (or 0x874EAE) is unknown color: approx Deep Lilac. HEX triplet: 87, 4E and AE. RGB value is (135,78,174). Sum of RGB (Red+Green+Blue) = 135+78+174=387 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.88% from 387); Green value is 78 (30.86% from 255 or 20.16% from 387); Blue value is 174 (68.36% from 255 or 44.96% from 387); Max value from RGB is 174 - color contains mainly: blue. Hex color #874EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #874EAE is #78B151. Grayscale: #696969. Windows color (decimal): -7909714 or 11423367. OLE color: 11423367.

HSL color Cylindrical-coordinate representation of color #874EAE: hue angle of 275.62º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #874EAE is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13578174-
CMYK0.220.5500.32
HSL275.62º38.1%49.41%-
HSV(B)275.62º55.17%68.24%-
XYZ20.3613.6641.61-
YUV105.99166.38148.69-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.88%
GREEN value IS 78 (30.86% from 255) = 20.16%
BLUE value IS 174 (68.36% from 255) = 44.96%
R=34.88%
G=20.16%
B=44.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal135781740.220.5500.32275.6238.149.41
Hex874EAE16370201142631
Octal20711625626670404244661
Binary10000111100111010101110101101101110100000100010100100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874EAE; }

 p { color: rgb(135,78,174); }

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

<style>
 a { background-color: #874EAE; }

 a { background-color: rgb(135,78,174); }

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

<style>
 span { border-color: #874EAE; }

 span { border-color: rgb(135,78,174); }

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