#8D5BBF

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

Shades of Deep Lilac #8D5BBF

Tints of Deep Lilac #8D5BBF

Color information

#8D5BBF (or 0x8D5BBF) is unknown color: approx Deep Lilac. HEX triplet: 8D, 5B and BF. RGB value is (141,91,191). Sum of RGB (Red+Green+Blue) = 141+91+191=423 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.33% from 423); Green value is 91 (35.94% from 255 or 21.51% from 423); Blue value is 191 (75% from 255 or 45.15% from 423); Max value from RGB is 191 - color contains mainly: blue. Hex color #8D5BBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D5BBF is #72A440. Grayscale: #757575. Windows color (decimal): -7513153 or 12540813. OLE color: 12540813.

HSL color Cylindrical-coordinate representation of color #8D5BBF: hue angle of 270º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8D5BBF is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14191191-
CMYK0.260.5200.25
HSL270º43.86%55.29%-
HSV(B)270º52.36%74.9%-
XYZ24.1316.9151.28-
YUV117.35169.56144.87-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.33%
GREEN value IS 91 (35.94% from 255) = 21.51%
BLUE value IS 191 (75% from 255) = 45.15%
R=33.33%
G=21.51%
B=45.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal141911910.260.5200.2527043.8655.29
Hex8D5BBF1A3401910e2c37
Octal21513327732640314165467
Binary1000110110110111011111111010110100011001100001110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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