#8D5CAE

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

Shades of Deep Lilac #8D5CAE

Tints of Deep Lilac #8D5CAE

Color information

#8D5CAE (or 0x8D5CAE) is unknown color: approx Deep Lilac. HEX triplet: 8D, 5C and AE. RGB value is (141,92,174). Sum of RGB (Red+Green+Blue) = 141+92+174=407 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.64% from 407); Green value is 92 (36.33% from 255 or 22.60% from 407); Blue value is 174 (68.36% from 255 or 42.75% from 407); Max value from RGB is 174 - color contains mainly: blue. Hex color #8D5CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5CAE is #72A351. Grayscale: #737373. Windows color (decimal): -7512914 or 11426957. OLE color: 11426957.

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

Color convert

RGB14192174-
CMYK0.190.4700.32
HSL275.85º33.61%52.16%-
HSV(B)275.85º47.13%68.24%-
XYZ22.4516.3742.02-
YUV116160.73145.83-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.64%
GREEN value IS 92 (36.33% from 255) = 22.60%
BLUE value IS 174 (68.36% from 255) = 42.75%
R=34.64%
G=22.60%
B=42.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal141921740.190.4700.32275.8533.6152.16
Hex8D5CAE132F0201142234
Octal21513425623570404244264
Binary10001101101110010101110100111011110100000100010100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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