#8E5DBA

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

Shades of Deep Lilac #8E5DBA

Tints of Deep Lilac #8E5DBA

Color information

#8E5DBA (or 0x8E5DBA) is unknown color: approx Deep Lilac. HEX triplet: 8E, 5D and BA. RGB value is (142,93,186). Sum of RGB (Red+Green+Blue) = 142+93+186=421 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.73% from 421); Green value is 93 (36.72% from 255 or 22.09% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 186 - color contains mainly: blue. Hex color #8E5DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E5DBA is #71A245. Grayscale: #757575. Windows color (decimal): -7447110 or 12213646. OLE color: 12213646.

HSL color Cylindrical-coordinate representation of color #8E5DBA: hue angle of 271.61º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8E5DBA is Cyan = 0.24, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14293186-
CMYK0.240.500.27
HSL271.61º40.26%54.71%-
HSV(B)271.61º50%72.94%-
XYZ23.9317.1248.5-
YUV118.25166.23144.94-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.73%
GREEN value IS 93 (36.72% from 255) = 22.09%
BLUE value IS 186 (73.05% from 255) = 44.18%
R=33.73%
G=22.09%
B=44.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal142931860.240.500.27271.6140.2654.71
Hex8E5DBA183201B1102837
Octal21613527230620334205067
Binary1000111010111011011101011000110010011011100010000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,93,186); }

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

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

 a { background-color: rgb(142,93,186); }

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

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

 span { border-color: rgb(142,93,186); }

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