#8D5EBC

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

Shades of Deep Lilac #8D5EBC

Tints of Deep Lilac #8D5EBC

Color information

#8D5EBC (or 0x8D5EBC) is unknown color: approx Deep Lilac. HEX triplet: 8D, 5E and BC. RGB value is (141,94,188). Sum of RGB (Red+Green+Blue) = 141+94+188=423 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.33% from 423); Green value is 94 (37.11% from 255 or 22.22% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 188 - color contains mainly: blue. Hex color #8D5EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D5EBC is #72A143. Grayscale: #767676. Windows color (decimal): -7512388 or 12344973. OLE color: 12344973.

HSL color Cylindrical-coordinate representation of color #8D5EBC: hue angle of 270º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D5EBC is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14194188-
CMYK0.250.5000.26
HSL270º41.23%55.29%-
HSV(B)270º50%73.73%-
XYZ24.0617.349.65-
YUV118.77167.07143.86-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.33%
GREEN value IS 94 (37.11% from 255) = 22.22%
BLUE value IS 188 (73.83% from 255) = 44.44%
R=33.33%
G=22.22%
B=44.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal141941880.250.5000.2627041.2355.29
Hex8D5EBC193201A10e2937
Octal21513627431620324165167
Binary1000110110111101011110011001110010011010100001110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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