#8D6CBC

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

Shades of Lilac Bush #8D6CBC

Tints of Lilac Bush #8D6CBC

Color information

#8D6CBC (or 0x8D6CBC) is unknown color: approx Lilac Bush. HEX triplet: 8D, 6C and BC. RGB value is (141,108,188). Sum of RGB (Red+Green+Blue) = 141+108+188=437 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.27% from 437); Green value is 108 (42.58% from 255 or 24.71% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 188 - color contains mainly: blue. Hex color #8D6CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D6CBC is #729343. Grayscale: #7E7E7E. Windows color (decimal): -7508804 or 12348557. OLE color: 12348557.

HSL color Cylindrical-coordinate representation of color #8D6CBC: hue angle of 264.75º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8D6CBC is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB141108188-
CMYK0.250.4300.26
HSL264.75º37.38%58.04%-
HSV(B)264.75º42.55%73.73%-
XYZ25.4220.0250.1-
YUV126.99162.43138-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.27%
GREEN value IS 108 (42.58% from 255) = 24.71%
BLUE value IS 188 (73.83% from 255) = 43.02%
R=32.27%
G=24.71%
B=43.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1411081880.250.4300.26264.7537.3858.04
Hex8D6CBC192B01A109253a
Octal21515427431530324114572
Binary1000110111011001011110011001101011011010100001001100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,108,188); }

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

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

 a { background-color: rgb(141,108,188); }

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

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

 span { border-color: rgb(141,108,188); }

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