#8A69BB

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

Shades of Lilac Bush #8A69BB

Tints of Lilac Bush #8A69BB

Color information

#8A69BB (or 0x8A69BB) is unknown color: approx Lilac Bush. HEX triplet: 8A, 69 and BB. RGB value is (138,105,187). Sum of RGB (Red+Green+Blue) = 138+105+187=430 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.09% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 187 - color contains mainly: blue. Hex color #8A69BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A69BB is #759644. Grayscale: #7B7B7B. Windows color (decimal): -7706181 or 12282250. OLE color: 12282250.

HSL color Cylindrical-coordinate representation of color #8A69BB: hue angle of 264.15º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8A69BB is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB138105187-
CMYK0.260.4400.27
HSL264.15º37.61%57.25%-
HSV(B)264.15º43.85%73.33%-
XYZ24.519.0949.41-
YUV124.21163.43137.83-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.09%
GREEN value IS 105 (41.41% from 255) = 24.42%
BLUE value IS 187 (73.44% from 255) = 43.49%
R=32.09%
G=24.42%
B=43.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1381051870.260.4400.27264.1537.6157.25
Hex8A69BB1A2C01B1082639
Octal21215127332540334104671
Binary1000101011010011011101111010101100011011100001000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A69BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,105,187); }

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

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

 a { background-color: rgb(138,105,187); }

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

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

 span { border-color: rgb(138,105,187); }

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