#8F6FBA

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

Shades of Lilac Bush #8F6FBA

Tints of Lilac Bush #8F6FBA

Color information

#8F6FBA (or 0x8F6FBA) is unknown color: approx Lilac Bush. HEX triplet: 8F, 6F and BA. RGB value is (143,111,186). Sum of RGB (Red+Green+Blue) = 143+111+186=440 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.5% from 440); Green value is 111 (43.75% from 255 or 25.23% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 186 - color contains mainly: blue. Hex color #8F6FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F6FBA is #709045. Grayscale: #808080. Windows color (decimal): -7376966 or 12218255. OLE color: 12218255.

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

Color convert

RGB143111186-
CMYK0.230.4000.27
HSL265.6º35.21%58.24%-
HSV(B)265.6º40.32%72.94%-
XYZ25.8820.7549.1-
YUV129.12160.1137.9-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.5%
GREEN value IS 111 (43.75% from 255) = 25.23%
BLUE value IS 186 (73.05% from 255) = 42.27%
R=32.5%
G=25.23%
B=42.27%

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
Decimal1431111860.230.4000.27265.635.2158.24
Hex8F6FBA172801B10a233a
Octal21715727227500334124372
Binary1000111111011111011101010111101000011011100001010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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