#874AAD

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

Shades of Deep Lilac #874AAD

Tints of Deep Lilac #874AAD

Color information

#874AAD (or 0x874AAD) is unknown color: approx Deep Lilac. HEX triplet: 87, 4A and AD. RGB value is (135,74,173). Sum of RGB (Red+Green+Blue) = 135+74+173=382 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.34% from 382); Green value is 74 (29.30% from 255 or 19.37% from 382); Blue value is 173 (67.97% from 255 or 45.29% from 382); Max value from RGB is 173 - color contains mainly: blue. Hex color #874AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874AAD is #78B552. Grayscale: #676767. Windows color (decimal): -7910739 or 11356807. OLE color: 11356807.

HSL color Cylindrical-coordinate representation of color #874AAD: hue angle of 276.97º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #874AAD is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13574173-
CMYK0.220.5700.32
HSL276.97º40.08%48.43%-
HSV(B)276.97º57.23%67.84%-
XYZ19.9813.0741-
YUV103.52167.21150.45-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.34%
GREEN value IS 74 (29.30% from 255) = 19.37%
BLUE value IS 173 (67.97% from 255) = 45.29%
R=35.34%
G=19.37%
B=45.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal135741730.220.5700.32276.9740.0848.43
Hex874AAD16390201152830
Octal20711225526710404255060
Binary10000111100101010101101101101110010100000100010101101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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