#8F69BA

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

Shades of Lilac Bush #8F69BA

Tints of Lilac Bush #8F69BA

Color information

#8F69BA (or 0x8F69BA) is unknown color: approx Lilac Bush. HEX triplet: 8F, 69 and BA. RGB value is (143,105,186). Sum of RGB (Red+Green+Blue) = 143+105+186=434 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.95% from 434); Green value is 105 (41.41% from 255 or 24.19% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 186 - color contains mainly: blue. Hex color #8F69BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F69BA is #709645. Grayscale: #7D7D7D. Windows color (decimal): -7378502 or 12216719. OLE color: 12216719.

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

Color convert

RGB143105186-
CMYK0.230.4400.27
HSL268.15º36.99%57.06%-
HSV(B)268.15º43.55%72.94%-
XYZ25.2419.4948.89-
YUV125.6162.09140.41-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.95%
GREEN value IS 105 (41.41% from 255) = 24.19%
BLUE value IS 186 (73.05% from 255) = 42.86%
R=32.95%
G=24.19%
B=42.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1431051860.230.4400.27268.1536.9957.06
Hex8F69BA172C01B10c2539
Octal21715127227540334144571
Binary1000111111010011011101010111101100011011100001100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F69BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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