#8E5CAF

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

Shades of Deep Lilac #8E5CAF

Tints of Deep Lilac #8E5CAF

Color information

#8E5CAF (or 0x8E5CAF) is unknown color: approx Deep Lilac. HEX triplet: 8E, 5C and AF. RGB value is (142,92,175). Sum of RGB (Red+Green+Blue) = 142+92+175=409 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.72% from 409); Green value is 92 (36.33% from 255 or 22.49% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 175 - color contains mainly: blue. Hex color #8E5CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5CAF is #71A350. Grayscale: #747474. Windows color (decimal): -7447377 or 11492494. OLE color: 11492494.

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

Color convert

RGB14292175-
CMYK0.190.4700.31
HSL276.14º34.16%52.35%-
HSV(B)276.14º47.43%68.63%-
XYZ22.7216.542.54-
YUV116.41161.06146.25-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.72%
GREEN value IS 92 (36.33% from 255) = 22.49%
BLUE value IS 175 (68.75% from 255) = 42.79%
R=34.72%
G=22.49%
B=42.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal142921750.190.4700.31276.1434.1652.35
Hex8E5CAF132F01F1142234
Octal21613425723570374244264
Binary1000111010111001010111110011101111011111100010100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,92,175); }

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

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

 a { background-color: rgb(142,92,175); }

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

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

 span { border-color: rgb(142,92,175); }

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