#8C69BA

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

Shades of Lilac Bush #8C69BA

Tints of Lilac Bush #8C69BA

Color information

#8C69BA (or 0x8C69BA) is unknown color: approx Lilac Bush. HEX triplet: 8C, 69 and BA. RGB value is (140,105,186). Sum of RGB (Red+Green+Blue) = 140+105+186=431 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.48% from 431); Green value is 105 (41.41% from 255 or 24.36% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #8C69BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C69BA is #739645. Grayscale: #7C7C7C. Windows color (decimal): -7575110 or 12216716. OLE color: 12216716.

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

Color convert

RGB140105186-
CMYK0.250.4400.27
HSL265.93º36.99%57.06%-
HSV(B)265.93º43.55%72.94%-
XYZ24.7319.2248.86-
YUV124.7162.6138.91-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.48%
GREEN value IS 105 (41.41% from 255) = 24.36%
BLUE value IS 186 (73.05% from 255) = 43.16%
R=32.48%
G=24.36%
B=43.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1401051860.250.4400.27265.9336.9957.06
Hex8C69BA192C01B10a2539
Octal21415127231540334124571
Binary1000110011010011011101011001101100011011100001010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C69BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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