#874EC4

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

Shades of Deep Lilac #874EC4

Tints of Deep Lilac #874EC4

Color information

#874EC4 (or 0x874EC4) is unknown color: approx Deep Lilac. HEX triplet: 87, 4E and C4. RGB value is (135,78,196). Sum of RGB (Red+Green+Blue) = 135+78+196=409 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.01% from 409); Green value is 78 (30.86% from 255 or 19.07% from 409); Blue value is 196 (76.95% from 255 or 47.92% from 409); Max value from RGB is 196 - color contains mainly: blue. Hex color #874EC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #874EC4 is #78B13B. Grayscale: #6C6C6C. Windows color (decimal): -7909692 or 12865159. OLE color: 12865159.

HSL color Cylindrical-coordinate representation of color #874EC4: hue angle of 268.98º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #874EC4 is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB13578196-
CMYK0.310.6000.23
HSL268.98º50%53.73%-
HSV(B)268.98º60.2%76.86%-
XYZ22.6814.5953.84-
YUV108.49177.38146.91-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.01%
GREEN value IS 78 (30.86% from 255) = 19.07%
BLUE value IS 196 (76.95% from 255) = 47.92%
R=33.01%
G=19.07%
B=47.92%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal135781960.310.6000.23268.985053.73
Hex874EC41F3C01710d3236
Octal20711630437740274156266
Binary1000011110011101100010011111111100010111100001101110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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