#8F70BA

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

Shades of Lilac Bush #8F70BA

Tints of Lilac Bush #8F70BA

Color information

#8F70BA (or 0x8F70BA) is unknown color: approx Lilac Bush. HEX triplet: 8F, 70 and BA. RGB value is (143,112,186). Sum of RGB (Red+Green+Blue) = 143+112+186=441 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.43% from 441); Green value is 112 (44.14% from 255 or 25.40% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 186 - color contains mainly: blue. Hex color #8F70BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F70BA is #708F45. Grayscale: #818181. Windows color (decimal): -7376710 or 12218511. OLE color: 12218511.

HSL color Cylindrical-coordinate representation of color #8F70BA: hue angle of 265.14º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8F70BA is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB143112186-
CMYK0.230.4000.27
HSL265.14º34.91%58.43%-
HSV(B)265.14º39.78%72.94%-
XYZ25.9820.9749.13-
YUV129.71159.77137.48-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.43%
GREEN value IS 112 (44.14% from 255) = 25.40%
BLUE value IS 186 (73.05% from 255) = 42.18%
R=32.43%
G=25.40%
B=42.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1431121860.230.4000.27265.1434.9158.43
Hex8F70BA172801B109233a
Octal21716027227500334114372
Binary1000111111100001011101010111101000011011100001001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F70BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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