#8F73BA

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

Shades of Lilac Bush #8F73BA

Tints of Lilac Bush #8F73BA

Color information

#8F73BA (or 0x8F73BA) is unknown color: approx Lilac Bush. HEX triplet: 8F, 73 and BA. RGB value is (143,115,186). Sum of RGB (Red+Green+Blue) = 143+115+186=444 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.21% from 444); Green value is 115 (45.31% from 255 or 25.90% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #8F73BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F73BA is #708C45. Grayscale: #838383. Windows color (decimal): -7375942 or 12219279. OLE color: 12219279.

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

Color convert

RGB143115186-
CMYK0.230.3800.27
HSL263.66º33.97%59.02%-
HSV(B)263.66º38.17%72.94%-
XYZ26.3221.6549.25-
YUV131.47158.78136.23-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.21%
GREEN value IS 115 (45.31% from 255) = 25.90%
BLUE value IS 186 (73.05% from 255) = 41.89%
R=32.21%
G=25.90%
B=41.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1431151860.230.3800.27263.6633.9759.02
Hex8F73BA172601B108223b
Octal21716327227460334104273
Binary1000111111100111011101010111100110011011100001000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F73BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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