#8D6EBF

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

Shades of Lilac Bush #8D6EBF

Tints of Lilac Bush #8D6EBF

Color information

#8D6EBF (or 0x8D6EBF) is unknown color: approx Lilac Bush. HEX triplet: 8D, 6E and BF. RGB value is (141,110,191). Sum of RGB (Red+Green+Blue) = 141+110+191=442 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.90% from 442); Green value is 110 (43.36% from 255 or 24.89% from 442); Blue value is 191 (75% from 255 or 43.21% from 442); Max value from RGB is 191 - color contains mainly: blue. Hex color #8D6EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D6EBF is #729140. Grayscale: #808080. Windows color (decimal): -7508289 or 12545677. OLE color: 12545677.

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

Color convert

RGB141110191-
CMYK0.260.4200.25
HSL262.96º38.76%59.02%-
HSV(B)262.96º42.41%74.9%-
XYZ25.9620.5851.89-
YUV128.5163.27136.91-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.90%
GREEN value IS 110 (43.36% from 255) = 24.89%
BLUE value IS 191 (75% from 255) = 43.21%
R=31.90%
G=24.89%
B=43.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1411101910.260.4200.25262.9638.7659.02
Hex8D6EBF1A2A019107273b
Octal21515627732520314074773
Binary1000110111011101011111111010101010011001100000111100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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