#8D4DBB

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

Shades of Deep Lilac #8D4DBB

Tints of Deep Lilac #8D4DBB

Color information

#8D4DBB (or 0x8D4DBB) is unknown color: approx Deep Lilac. HEX triplet: 8D, 4D and BB. RGB value is (141,77,187). Sum of RGB (Red+Green+Blue) = 141+77+187=405 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.81% from 405); Green value is 77 (30.47% from 255 or 19.01% from 405); Blue value is 187 (73.44% from 255 or 46.17% from 405); Max value from RGB is 187 - color contains mainly: blue. Hex color #8D4DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D4DBB is #72B244. Grayscale: #6C6C6C. Windows color (decimal): -7516741 or 12275085. OLE color: 12275085.

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

Color convert

RGB14177187-
CMYK0.250.5900.27
HSL274.91º44.72%51.76%-
HSV(B)274.91º58.82%73.33%-
XYZ22.6114.5648.63-
YUV108.68172.2151.06-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.81%
GREEN value IS 77 (30.47% from 255) = 19.01%
BLUE value IS 187 (73.44% from 255) = 46.17%
R=34.81%
G=19.01%
B=46.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal141771870.250.5900.27274.9144.7251.76
Hex8D4DBB193B01B1132d34
Octal21511527331730334235564
Binary1000110110011011011101111001111011011011100010011101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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