#874FAC

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

Shades of Deep Lilac #874FAC

Tints of Deep Lilac #874FAC

Color information

#874FAC (or 0x874FAC) is unknown color: approx Deep Lilac. HEX triplet: 87, 4F and AC. RGB value is (135,79,172). Sum of RGB (Red+Green+Blue) = 135+79+172=386 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.97% from 386); Green value is 79 (31.25% from 255 or 20.47% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 172 - color contains mainly: blue. Hex color #874FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #874FAC is #78B053. Grayscale: #6A6A6A. Windows color (decimal): -7909460 or 11292551. OLE color: 11292551.

HSL color Cylindrical-coordinate representation of color #874FAC: hue angle of 276.13º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #874FAC is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13579172-
CMYK0.220.5400.33
HSL276.13º37.05%49.22%-
HSV(B)276.13º54.07%67.45%-
XYZ20.2313.7240.61-
YUV106.35165.05148.44-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.97%
GREEN value IS 79 (31.25% from 255) = 20.47%
BLUE value IS 172 (67.58% from 255) = 44.56%
R=34.97%
G=20.47%
B=44.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal135791720.220.5400.33276.1337.0549.22
Hex874FAC16360211142531
Octal20711725426660414244561
Binary10000111100111110101100101101101100100001100010100100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,79,172); }

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

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

 a { background-color: rgb(135,79,172); }

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

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

 span { border-color: rgb(135,79,172); }

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