#8A5CAE

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

Shades of Deep Lilac #8A5CAE

Tints of Deep Lilac #8A5CAE

Color information

#8A5CAE (or 0x8A5CAE) is unknown color: approx Deep Lilac. HEX triplet: 8A, 5C and AE. RGB value is (138,92,174). Sum of RGB (Red+Green+Blue) = 138+92+174=404 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.16% from 404); Green value is 92 (36.33% from 255 or 22.77% 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 #8A5CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5CAE is #75A351. Grayscale: #727272. Windows color (decimal): -7709522 or 11426954. OLE color: 11426954.

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

Color convert

RGB13892174-
CMYK0.210.4700.32
HSL273.66º33.61%52.16%-
HSV(B)273.66º47.13%68.24%-
XYZ21.9516.1142-
YUV115.1161.24144.33-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.16%
GREEN value IS 92 (36.33% from 255) = 22.77%
BLUE value IS 174 (68.36% from 255) = 43.07%
R=34.16%
G=22.77%
B=43.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal138921740.210.4700.32273.6633.6152.16
Hex8A5CAE152F0201122234
Octal21213425625570404224264
Binary10001010101110010101110101011011110100000100010010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,92,174); }

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

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

 a { background-color: rgb(138,92,174); }

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

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

 span { border-color: rgb(138,92,174); }

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