#874AB9

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

Shades of Deep Lilac #874AB9

Tints of Deep Lilac #874AB9

Color information

#874AB9 (or 0x874AB9) is unknown color: approx Deep Lilac. HEX triplet: 87, 4A and B9. RGB value is (135,74,185). Sum of RGB (Red+Green+Blue) = 135+74+185=394 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.26% from 394); Green value is 74 (29.30% from 255 or 18.78% from 394); Blue value is 185 (72.66% from 255 or 46.95% from 394); Max value from RGB is 185 - color contains mainly: blue. Hex color #874AB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #874AB9 is #78B546. Grayscale: #686868. Windows color (decimal): -7910727 or 12143239. OLE color: 12143239.

HSL color Cylindrical-coordinate representation of color #874AB9: hue angle of 272.97º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #874AB9 is Cyan = 0.27, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13574185-
CMYK0.270.600.27
HSL272.97º44.22%50.78%-
HSV(B)272.97º60%72.55%-
XYZ21.213.5547.4-
YUV104.89173.21149.47-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.26%
GREEN value IS 74 (29.30% from 255) = 18.78%
BLUE value IS 185 (72.66% from 255) = 46.95%
R=34.26%
G=18.78%
B=46.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal135741850.270.600.27272.9744.2250.78
Hex874AB91B3C01B1112c33
Octal20711227133740334215463
Binary1000011110010101011100111011111100011011100010001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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