#8D5BB5

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

Shades of Deep Lilac #8D5BB5

Tints of Deep Lilac #8D5BB5

Color information

#8D5BB5 (or 0x8D5BB5) is unknown color: approx Deep Lilac. HEX triplet: 8D, 5B and B5. RGB value is (141,91,181). Sum of RGB (Red+Green+Blue) = 141+91+181=413 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.14% from 413); Green value is 91 (35.94% from 255 or 22.03% from 413); Blue value is 181 (71.09% from 255 or 43.83% from 413); Max value from RGB is 181 - color contains mainly: blue. Hex color #8D5BB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D5BB5 is #72A44A. Grayscale: #737373. Windows color (decimal): -7513163 or 11885453. OLE color: 11885453.

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

Color convert

RGB14191181-
CMYK0.220.5000.29
HSL273.33º37.82%53.33%-
HSV(B)273.33º49.72%70.98%-
XYZ23.0716.4845.68-
YUV116.21164.56145.68-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.14%
GREEN value IS 91 (35.94% from 255) = 22.03%
BLUE value IS 181 (71.09% from 255) = 43.83%
R=34.14%
G=22.03%
B=43.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal141911810.220.5000.29273.3337.8253.33
Hex8D5BB5163201D1112635
Octal21513326526620354214665
Binary1000110110110111011010110110110010011101100010001100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,91,181); }

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

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

 a { background-color: rgb(141,91,181); }

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

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

 span { border-color: rgb(141,91,181); }

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