#875AAE

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

Shades of Deep Lilac #875AAE

Tints of Deep Lilac #875AAE

Color information

#875AAE (or 0x875AAE) is unknown color: approx Deep Lilac. HEX triplet: 87, 5A and AE. RGB value is (135,90,174). Sum of RGB (Red+Green+Blue) = 135+90+174=399 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.83% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 174 (68.36% from 255 or 43.61% from 399); Max value from RGB is 174 - color contains mainly: blue. Hex color #875AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875AAE is #78A551. Grayscale: #707070. Windows color (decimal): -7906642 or 11426439. OLE color: 11426439.

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

Color convert

RGB13590174-
CMYK0.220.4800.32
HSL272.14º34.15%51.76%-
HSV(B)272.14º48.28%68.24%-
XYZ21.2915.5241.92-
YUV113.03162.41143.67-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.83%
GREEN value IS 90 (35.55% from 255) = 22.56%
BLUE value IS 174 (68.36% from 255) = 43.61%
R=33.83%
G=22.56%
B=43.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal135901740.220.4800.32272.1434.1551.76
Hex875AAE16300201102234
Octal20713225626600404204264
Binary10000111101101010101110101101100000100000100010000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875AAE; }

 p { color: rgb(135,90,174); }

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

<style>
 a { background-color: #875AAE; }

 a { background-color: rgb(135,90,174); }

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

<style>
 span { border-color: #875AAE; }

 span { border-color: rgb(135,90,174); }

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