#874EC1

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

Shades of Deep Lilac #874EC1

Tints of Deep Lilac #874EC1

Color information

#874EC1 (or 0x874EC1) is unknown color: approx Deep Lilac. HEX triplet: 87, 4E and C1. RGB value is (135,78,193). Sum of RGB (Red+Green+Blue) = 135+78+193=406 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.25% from 406); Green value is 78 (30.86% from 255 or 19.21% from 406); Blue value is 193 (75.78% from 255 or 47.54% from 406); Max value from RGB is 193 - color contains mainly: blue. Hex color #874EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #874EC1 is #78B13E. Grayscale: #6B6B6B. Windows color (decimal): -7909695 or 12668551. OLE color: 12668551.

HSL color Cylindrical-coordinate representation of color #874EC1: hue angle of 269.74º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #874EC1 is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13578193-
CMYK0.300.6000.24
HSL269.74º48.12%53.14%-
HSV(B)269.74º59.59%75.69%-
XYZ22.3414.4552.06-
YUV108.15175.88147.15-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.25%
GREEN value IS 78 (30.86% from 255) = 19.21%
BLUE value IS 193 (75.78% from 255) = 47.54%
R=33.25%
G=19.21%
B=47.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal135781930.300.6000.24269.7448.1253.14
Hex874EC11E3C01810e3035
Octal20711630136740304166065
Binary1000011110011101100000111110111100011000100001110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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