#8F6DBA

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

Shades of Lilac Bush #8F6DBA

Tints of Lilac Bush #8F6DBA

Color information

#8F6DBA (or 0x8F6DBA) is unknown color: approx Lilac Bush. HEX triplet: 8F, 6D and BA. RGB value is (143,109,186). Sum of RGB (Red+Green+Blue) = 143+109+186=438 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.65% from 438); Green value is 109 (42.97% from 255 or 24.89% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 186 - color contains mainly: blue. Hex color #8F6DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F6DBA is #709245. Grayscale: #7F7F7F. Windows color (decimal): -7377478 or 12217743. OLE color: 12217743.

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

Color convert

RGB143109186-
CMYK0.230.4100.27
HSL266.49º35.81%57.84%-
HSV(B)266.49º41.4%72.94%-
XYZ25.6620.3249.02-
YUV127.94160.76138.74-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.65%
GREEN value IS 109 (42.97% from 255) = 24.89%
BLUE value IS 186 (73.05% from 255) = 42.47%
R=32.65%
G=24.89%
B=42.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1431091860.230.4100.27266.4935.8157.84
Hex8F6DBA172901B10a243a
Octal21715527227510334124472
Binary1000111111011011011101010111101001011011100001010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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