#8B69BE

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

Shades of Lilac Bush #8B69BE

Tints of Lilac Bush #8B69BE

Color information

#8B69BE (or 0x8B69BE) is unknown color: approx Lilac Bush. HEX triplet: 8B, 69 and BE. RGB value is (139,105,190). Sum of RGB (Red+Green+Blue) = 139+105+190=434 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.03% from 434); Green value is 105 (41.41% from 255 or 24.19% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 190 - color contains mainly: blue. Hex color #8B69BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B69BE is #749641. Grayscale: #7C7C7C. Windows color (decimal): -7640642 or 12478859. OLE color: 12478859.

HSL color Cylindrical-coordinate representation of color #8B69BE: hue angle of 264º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8B69BE is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB139105190-
CMYK0.270.4500.25
HSL264º39.53%57.84%-
HSV(B)264º44.74%74.51%-
XYZ24.9919.3151.13-
YUV124.86164.76138.09-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.03%
GREEN value IS 105 (41.41% from 255) = 24.19%
BLUE value IS 190 (74.61% from 255) = 43.78%
R=32.03%
G=24.19%
B=43.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391051900.270.4500.2526439.5357.84
Hex8B69BE1B2D019108283a
Octal21315127633550314105072
Binary1000101111010011011111011011101101011001100001000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B69BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,105,190); }

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

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

 a { background-color: rgb(139,105,190); }

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

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

 span { border-color: rgb(139,105,190); }

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