#8d4eb0

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

Shades of Deep Lilac #8D4EB0

Tints of Deep Lilac #8D4EB0

Color information

#8D4EB0 (or 0x8D4EB0) is unknown color: approx Deep Lilac. HEX triplet: 8D, 4E and B0. RGB value is (141,78,176). Sum of RGB (Red+Green+Blue) = 141+78+176=395 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.70% from 395); Green value is 78 (30.86% from 255 or 19.75% from 395); Blue value is 176 (69.14% from 255 or 44.56% from 395); Max value from RGB is 176 - color contains mainly: blue. Hex color #8D4EB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D4EB0 is #72B14F. Grayscale: #6B6B6B. Windows color (decimal): -7516496 or 11554445. OLE color: 11554445.

HSL color Cylindrical-coordinate representation of color #8D4EB0: hue angle of 278.57º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8D4EB0 is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14178176-
CMYK0.200.5600.31
HSL278.57º38.58%49.8%-
HSV(B)278.57º55.68%69.02%-
XYZ21.5514.2542.69-
YUV108.01166.37151.53-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.70%
GREEN value IS 78 (30.86% from 255) = 19.75%
BLUE value IS 176 (69.14% from 255) = 44.56%
R=35.70%
G=19.75%
B=44.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal141781760.200.5600.31278.5738.5849.8
Hex8D4EB0143801F1172732
Octal21511626024700374274762
Binary1000110110011101011000010100111000011111100010111100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8d4eb0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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