#8D5EAF

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

Shades of Deep Lilac #8D5EAF

Tints of Deep Lilac #8D5EAF

Color information

#8D5EAF (or 0x8D5EAF) is unknown color: approx Deep Lilac. HEX triplet: 8D, 5E and AF. RGB value is (141,94,175). Sum of RGB (Red+Green+Blue) = 141+94+175=410 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.39% from 410); Green value is 94 (37.11% from 255 or 22.93% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 175 - color contains mainly: blue. Hex color #8D5EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5EAF is #72A150. Grayscale: #757575. Windows color (decimal): -7512401 or 11493005. OLE color: 11493005.

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

Color convert

RGB14194175-
CMYK0.190.4600.31
HSL274.81º33.61%52.75%-
HSV(B)274.81º46.29%68.63%-
XYZ22.7316.7642.6-
YUV117.29160.57144.91-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.39%
GREEN value IS 94 (37.11% from 255) = 22.93%
BLUE value IS 175 (68.75% from 255) = 42.68%
R=34.39%
G=22.93%
B=42.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal141941750.190.4600.31274.8133.6152.75
Hex8D5EAF132E01F1132235
Octal21513625723560374234265
Binary1000110110111101010111110011101110011111100010011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,94,175); }

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

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

 a { background-color: rgb(141,94,175); }

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

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

 span { border-color: rgb(141,94,175); }

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