#8D4DC1

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

Shades of Deep Lilac #8D4DC1

Tints of Deep Lilac #8D4DC1

Color information

#8D4DC1 (or 0x8D4DC1) is unknown color: approx Deep Lilac. HEX triplet: 8D, 4D and C1. RGB value is (141,77,193). Sum of RGB (Red+Green+Blue) = 141+77+193=411 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.31% from 411); Green value is 77 (30.47% from 255 or 18.73% from 411); Blue value is 193 (75.78% from 255 or 46.96% from 411); Max value from RGB is 193 - color contains mainly: blue. Hex color #8D4DC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D4DC1 is #72B23E. Grayscale: #6C6C6C. Windows color (decimal): -7516735 or 12668301. OLE color: 12668301.

HSL color Cylindrical-coordinate representation of color #8D4DC1: hue angle of 273.1º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8D4DC1 is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14177193-
CMYK0.270.6000.24
HSL273.1º48.33%52.94%-
HSV(B)273.1º60.1%75.69%-
XYZ23.2614.8252.09-
YUV109.36175.2150.57-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.31%
GREEN value IS 77 (30.47% from 255) = 18.73%
BLUE value IS 193 (75.78% from 255) = 46.96%
R=34.31%
G=18.73%
B=46.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal141771930.270.6000.24273.148.3352.94
Hex8D4DC11B3C0181113035
Octal21511530133740304216065
Binary1000110110011011100000111011111100011000100010001110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,77,193); }

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

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

 a { background-color: rgb(141,77,193); }

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

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

 span { border-color: rgb(141,77,193); }

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