#8E55AF

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

Shades of Deep Lilac #8E55AF

Tints of Deep Lilac #8E55AF

Color information

#8E55AF (or 0x8E55AF) is unknown color: approx Deep Lilac. HEX triplet: 8E, 55 and AF. RGB value is (142,85,175). Sum of RGB (Red+Green+Blue) = 142+85+175=402 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.32% from 402); Green value is 85 (33.59% from 255 or 21.14% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 175 - color contains mainly: blue. Hex color #8E55AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E55AF is #71AA50. Grayscale: #707070. Windows color (decimal): -7449169 or 11490702. OLE color: 11490702.

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

Color convert

RGB14285175-
CMYK0.190.5100.31
HSL278º36%50.98%-
HSV(B)278º51.43%68.63%-
XYZ22.1415.3442.35-
YUV112.3163.38149.18-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.32%
GREEN value IS 85 (33.59% from 255) = 21.14%
BLUE value IS 175 (68.75% from 255) = 43.53%
R=35.32%
G=21.14%
B=43.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal142851750.190.5100.312783650.98
Hex8E55AF133301F1162433
Octal21612525723630374264463
Binary1000111010101011010111110011110011011111100010110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E55AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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