#8D4EBA

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

Shades of Deep Lilac #8D4EBA

Tints of Deep Lilac #8D4EBA

Color information

#8D4EBA (or 0x8D4EBA) is unknown color: approx Deep Lilac. HEX triplet: 8D, 4E and BA. RGB value is (141,78,186). Sum of RGB (Red+Green+Blue) = 141+78+186=405 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.81% from 405); Green value is 78 (30.86% from 255 or 19.26% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #8D4EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D4EBA is #72B145. Grayscale: #6C6C6C. Windows color (decimal): -7516486 or 12209805. OLE color: 12209805.

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

Color convert

RGB14178186-
CMYK0.240.5800.27
HSL275º43.9%51.76%-
HSV(B)275º58.06%72.94%-
XYZ22.5714.6648.09-
YUV109.15171.37150.72-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.81%
GREEN value IS 78 (30.86% from 255) = 19.26%
BLUE value IS 186 (73.05% from 255) = 45.93%
R=34.81%
G=19.26%
B=45.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal141781860.240.5800.2727543.951.76
Hex8D4EBA183A01B1132c34
Octal21511627230720334235464
Binary1000110110011101011101011000111010011011100010011101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,78,186); }

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

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

 a { background-color: rgb(141,78,186); }

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

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

 span { border-color: rgb(141,78,186); }

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