#8D6DBA

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

Shades of Lilac Bush #8D6DBA

Tints of Lilac Bush #8D6DBA

Color information

#8D6DBA (or 0x8D6DBA) is unknown color: approx Lilac Bush. HEX triplet: 8D, 6D and BA. RGB value is (141,109,186). Sum of RGB (Red+Green+Blue) = 141+109+186=436 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.34% from 436); Green value is 109 (42.97% from 255 or 25% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 186 - color contains mainly: blue. Hex color #8D6DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D6DBA is #729245. Grayscale: #7F7F7F. Windows color (decimal): -7508550 or 12217741. OLE color: 12217741.

HSL color Cylindrical-coordinate representation of color #8D6DBA: hue angle of 264.94º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8D6DBA is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB141109186-
CMYK0.240.4100.27
HSL264.94º35.81%57.84%-
HSV(B)264.94º41.4%72.94%-
XYZ25.3220.1549.01-
YUV127.35161.1137.74-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.34%
GREEN value IS 109 (42.97% from 255) = 25%
BLUE value IS 186 (73.05% from 255) = 42.66%
R=32.34%
G=25%
B=42.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1411091860.240.4100.27264.9435.8157.84
Hex8D6DBA182901B109243a
Octal21515527230510334114472
Binary1000110111011011011101011000101001011011100001001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,109,186); }

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

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

 a { background-color: rgb(141,109,186); }

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

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

 span { border-color: rgb(141,109,186); }

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