#8D6FBE

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

Shades of Lilac Bush #8D6FBE

Tints of Lilac Bush #8D6FBE

Color information

#8D6FBE (or 0x8D6FBE) is unknown color: approx Lilac Bush. HEX triplet: 8D, 6F and BE. RGB value is (141,111,190). Sum of RGB (Red+Green+Blue) = 141+111+190=442 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.90% from 442); Green value is 111 (43.75% from 255 or 25.11% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D6FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D6FBE is #729041. Grayscale: #808080. Windows color (decimal): -7508034 or 12480397. OLE color: 12480397.

HSL color Cylindrical-coordinate representation of color #8D6FBE: hue angle of 262.78º degrees, saturation: 0.38, 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 #8D6FBE is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB141111190-
CMYK0.260.4200.25
HSL262.78º37.8%59.02%-
HSV(B)262.78º41.58%74.51%-
XYZ25.9620.7551.35-
YUV128.98162.44136.58-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.90%
GREEN value IS 111 (43.75% from 255) = 25.11%
BLUE value IS 190 (74.61% from 255) = 42.99%
R=31.90%
G=25.11%
B=42.99%

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
Decimal1411111900.260.4200.25262.7837.859.02
Hex8D6FBE1A2A019107263b
Octal21515727632520314074673
Binary1000110111011111011111011010101010011001100000111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,111,190); }

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

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

 a { background-color: rgb(141,111,190); }

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

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

 span { border-color: rgb(141,111,190); }

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