#874AAA

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

Shades of Deep Lilac #874AAA

Tints of Deep Lilac #874AAA

Color information

#874AAA (or 0x874AAA) is unknown color: approx Deep Lilac. HEX triplet: 87, 4A and AA. RGB value is (135,74,170). Sum of RGB (Red+Green+Blue) = 135+74+170=379 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.62% from 379); Green value is 74 (29.30% from 255 or 19.53% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 170 - color contains mainly: blue. Hex color #874AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874AAA is #78B555. Grayscale: #666666. Windows color (decimal): -7910742 or 11160199. OLE color: 11160199.

HSL color Cylindrical-coordinate representation of color #874AAA: hue angle of 278.12º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #874AAA is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13574170-
CMYK0.210.5600.33
HSL278.12º39.34%47.84%-
HSV(B)278.12º56.47%66.67%-
XYZ19.712.9539.49-
YUV103.18165.71150.69-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.62%
GREEN value IS 74 (29.30% from 255) = 19.53%
BLUE value IS 170 (66.80% from 255) = 44.85%
R=35.62%
G=19.53%
B=44.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal135741700.210.5600.33278.1239.3447.84
Hex874AAA15380211162730
Octal20711225225700414264760
Binary10000111100101010101010101011110000100001100010110100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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