#8C5AAE

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

Shades of Deep Lilac #8C5AAE

Tints of Deep Lilac #8C5AAE

Color information

#8C5AAE (or 0x8C5AAE) is unknown color: approx Deep Lilac. HEX triplet: 8C, 5A and AE. RGB value is (140,90,174). Sum of RGB (Red+Green+Blue) = 140+90+174=404 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.65% from 404); Green value is 90 (35.55% from 255 or 22.28% from 404); Blue value is 174 (68.36% from 255 or 43.07% from 404); Max value from RGB is 174 - color contains mainly: blue. Hex color #8C5AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5AAE is #73A551. Grayscale: #727272. Windows color (decimal): -7578962 or 11426444. OLE color: 11426444.

HSL color Cylindrical-coordinate representation of color #8C5AAE: hue angle of 275.71º 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 #8C5AAE is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14090174-
CMYK0.200.4800.32
HSL275.71º34.15%51.76%-
HSV(B)275.71º48.28%68.24%-
XYZ22.1115.9441.96-
YUV114.53161.56146.17-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.65%
GREEN value IS 90 (35.55% from 255) = 22.28%
BLUE value IS 174 (68.36% from 255) = 43.07%
R=34.65%
G=22.28%
B=43.07%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal140901740.200.4800.32275.7134.1551.76
Hex8C5AAE14300201142234
Octal21413225624600404244264
Binary10001100101101010101110101001100000100000100010100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C5AAE; }

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

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

<style>
 a { background-color: #8C5AAE; }

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

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

<style>
 span { border-color: #8C5AAE; }

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

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