#8F6DBF

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

Shades of Lilac Bush #8F6DBF

Tints of Lilac Bush #8F6DBF

Color information

#8F6DBF (or 0x8F6DBF) is unknown color: approx Lilac Bush. HEX triplet: 8F, 6D and BF. RGB value is (143,109,191). Sum of RGB (Red+Green+Blue) = 143+109+191=443 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.28% from 443); Green value is 109 (42.97% from 255 or 24.60% from 443); Blue value is 191 (75% from 255 or 43.12% from 443); Max value from RGB is 191 - color contains mainly: blue. Hex color #8F6DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F6DBF is #709240. Grayscale: #808080. Windows color (decimal): -7377473 or 12545423. OLE color: 12545423.

HSL color Cylindrical-coordinate representation of color #8F6DBF: hue angle of 264.88º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8F6DBF is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB143109191-
CMYK0.250.4300.25
HSL264.88º39.05%58.82%-
HSV(B)264.88º42.93%74.9%-
XYZ26.220.5451.87-
YUV128.51163.26138.33-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.28%
GREEN value IS 109 (42.97% from 255) = 24.60%
BLUE value IS 191 (75% from 255) = 43.12%
R=32.28%
G=24.60%
B=43.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1431091910.250.4300.25264.8839.0558.82
Hex8F6DBF192B019109273b
Octal21715527731530314114773
Binary1000111111011011011111111001101011011001100001001100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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