#874AB1

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

Shades of Deep Lilac #874AB1

Tints of Deep Lilac #874AB1

Color information

#874AB1 (or 0x874AB1) is unknown color: approx Deep Lilac. HEX triplet: 87, 4A and B1. RGB value is (135,74,177). Sum of RGB (Red+Green+Blue) = 135+74+177=386 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.97% from 386); Green value is 74 (29.30% from 255 or 19.17% from 386); Blue value is 177 (69.53% from 255 or 45.85% from 386); Max value from RGB is 177 - color contains mainly: blue. Hex color #874AB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874AB1 is #78B54E. Grayscale: #676767. Windows color (decimal): -7910735 or 11618951. OLE color: 11618951.

HSL color Cylindrical-coordinate representation of color #874AB1: hue angle of 275.53º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #874AB1 is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13574177-
CMYK0.240.5800.31
HSL275.53º41.04%49.22%-
HSV(B)275.53º58.19%69.41%-
XYZ20.3813.2243.07-
YUV103.98169.21150.12-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.97%
GREEN value IS 74 (29.30% from 255) = 19.17%
BLUE value IS 177 (69.53% from 255) = 45.85%
R=34.97%
G=19.17%
B=45.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal135741770.240.5800.31275.5341.0449.22
Hex874AB1183A01F1142931
Octal20711226130720374245161
Binary1000011110010101011000111000111010011111100010100101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,74,177); }

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

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

 a { background-color: rgb(135,74,177); }

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

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

 span { border-color: rgb(135,74,177); }

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