#8D4DB4

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

Shades of Deep Lilac #8D4DB4

Tints of Deep Lilac #8D4DB4

Color information

#8D4DB4 (or 0x8D4DB4) is unknown color: approx Deep Lilac. HEX triplet: 8D, 4D and B4. RGB value is (141,77,180). Sum of RGB (Red+Green+Blue) = 141+77+180=398 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.43% from 398); Green value is 77 (30.47% from 255 or 19.35% from 398); Blue value is 180 (70.70% from 255 or 45.23% from 398); Max value from RGB is 180 - color contains mainly: blue. Hex color #8D4DB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D4DB4 is #72B24B. Grayscale: #6B6B6B. Windows color (decimal): -7516748 or 11816333. OLE color: 11816333.

HSL color Cylindrical-coordinate representation of color #8D4DB4: hue angle of 277.28º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8D4DB4 is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB14177180-
CMYK0.220.5700.29
HSL277.28º40.71%50.39%-
HSV(B)277.28º57.22%70.59%-
XYZ21.8814.2744.78-
YUV107.88168.7151.62-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.43%
GREEN value IS 77 (30.47% from 255) = 19.35%
BLUE value IS 180 (70.70% from 255) = 45.23%
R=35.43%
G=19.35%
B=45.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal141771800.220.5700.29277.2840.7150.39
Hex8D4DB4163901D1152932
Octal21511526426710354255162
Binary1000110110011011011010010110111001011101100010101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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