#874EB6

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

Shades of Deep Lilac #874EB6

Tints of Deep Lilac #874EB6

Color information

#874EB6 (or 0x874EB6) is unknown color: approx Deep Lilac. HEX triplet: 87, 4E and B6. RGB value is (135,78,182). Sum of RGB (Red+Green+Blue) = 135+78+182=395 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.18% from 395); Green value is 78 (30.86% from 255 or 19.75% from 395); Blue value is 182 (71.48% from 255 or 46.08% from 395); Max value from RGB is 182 - color contains mainly: blue. Hex color #874EB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #874EB6 is #78B149. Grayscale: #6A6A6A. Windows color (decimal): -7909706 or 11947655. OLE color: 11947655.

HSL color Cylindrical-coordinate representation of color #874EB6: hue angle of 272.88º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #874EB6 is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13578182-
CMYK0.260.5700.29
HSL272.88º41.6%50.98%-
HSV(B)272.88º57.14%71.37%-
XYZ21.1613.9845.84-
YUV106.9170.38148.04-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.18%
GREEN value IS 78 (30.86% from 255) = 19.75%
BLUE value IS 182 (71.48% from 255) = 46.08%
R=34.18%
G=19.75%
B=46.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal135781820.260.5700.29272.8841.650.98
Hex874EB61A3901D1112a33
Octal20711626632710354215263
Binary1000011110011101011011011010111001011101100010001101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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