#8F68BF

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

Shades of Lilac Bush #8F68BF

Tints of Lilac Bush #8F68BF

Color information

#8F68BF (or 0x8F68BF) is unknown color: approx Lilac Bush. HEX triplet: 8F, 68 and BF. RGB value is (143,104,191). Sum of RGB (Red+Green+Blue) = 143+104+191=438 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.65% from 438); Green value is 104 (41.02% from 255 or 23.74% from 438); Blue value is 191 (75% from 255 or 43.61% from 438); Max value from RGB is 191 - color contains mainly: blue. Hex color #8F68BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F68BF is #709740. Grayscale: #7D7D7D. Windows color (decimal): -7378753 or 12544143. OLE color: 12544143.

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

Color convert

RGB143104191-
CMYK0.250.4600.25
HSL266.9º40.47%57.84%-
HSV(B)266.9º45.55%74.9%-
XYZ25.6819.551.7-
YUV125.58164.92140.43-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.65%
GREEN value IS 104 (41.02% from 255) = 23.74%
BLUE value IS 191 (75% from 255) = 43.61%
R=32.65%
G=23.74%
B=43.61%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1431041910.250.4600.25266.940.4757.84
Hex8F68BF192E01910b283a
Octal21715027731560314135072
Binary1000111111010001011111111001101110011001100001011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F68BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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