#8A69BA

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

Shades of Lilac Bush #8A69BA

Tints of Lilac Bush #8A69BA

Color information

#8A69BA (or 0x8A69BA) is unknown color: approx Lilac Bush. HEX triplet: 8A, 69 and BA. RGB value is (138,105,186). Sum of RGB (Red+Green+Blue) = 138+105+186=429 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.17% from 429); Green value is 105 (41.41% from 255 or 24.48% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #8A69BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A69BA is #759645. Grayscale: #7B7B7B. Windows color (decimal): -7706182 or 12216714. OLE color: 12216714.

HSL color Cylindrical-coordinate representation of color #8A69BA: hue angle of 264.44º degrees, saturation: 0.37, 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 #8A69BA is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB138105186-
CMYK0.260.4400.27
HSL264.44º36.99%57.06%-
HSV(B)264.44º43.55%72.94%-
XYZ24.419.0548.85-
YUV124.1162.93137.91-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.17%
GREEN value IS 105 (41.41% from 255) = 24.48%
BLUE value IS 186 (73.05% from 255) = 43.36%
R=32.17%
G=24.48%
B=43.36%

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
Decimal1381051860.260.4400.27264.4436.9957.06
Hex8A69BA1A2C01B1082539
Octal21215127232540334104571
Binary1000101011010011011101011010101100011011100001000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A69BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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