#874EAA

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

Shades of Deep Lilac #874EAA

Tints of Deep Lilac #874EAA

Color information

#874EAA (or 0x874EAA) is unknown color: approx Deep Lilac. HEX triplet: 87, 4E and AA. RGB value is (135,78,170). Sum of RGB (Red+Green+Blue) = 135+78+170=383 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.25% from 383); Green value is 78 (30.86% from 255 or 20.37% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 170 - color contains mainly: blue. Hex color #874EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #874EAA is #78B155. Grayscale: #696969. Windows color (decimal): -7909718 or 11161223. OLE color: 11161223.

HSL color Cylindrical-coordinate representation of color #874EAA: hue angle of 277.17º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #874EAA is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13578170-
CMYK0.210.5400.33
HSL277.17º37.1%48.63%-
HSV(B)277.17º54.12%66.67%-
XYZ19.9713.539.58-
YUV105.53164.38149.02-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.25%
GREEN value IS 78 (30.86% from 255) = 20.37%
BLUE value IS 170 (66.80% from 255) = 44.39%
R=35.25%
G=20.37%
B=44.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal135781700.210.5400.33277.1737.148.63
Hex874EAA15360211152531
Octal20711625225660414254561
Binary10000111100111010101010101011101100100001100010101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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