#8F6BC3

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

Shades of Lilac Bush #8F6BC3

Tints of Lilac Bush #8F6BC3

Color information

#8F6BC3 (or 0x8F6BC3) is unknown color: approx Lilac Bush. HEX triplet: 8F, 6B and C3. RGB value is (143,107,195). Sum of RGB (Red+Green+Blue) = 143+107+195=445 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.13% from 445); Green value is 107 (42.19% from 255 or 24.04% from 445); Blue value is 195 (76.56% from 255 or 43.82% from 445); Max value from RGB is 195 - color contains mainly: blue. Hex color #8F6BC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F6BC3 is #70943C. Grayscale: #7F7F7F. Windows color (decimal): -7377981 or 12807055. OLE color: 12807055.

HSL color Cylindrical-coordinate representation of color #8F6BC3: hue angle of 264.55º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8F6BC3 is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB143107195-
CMYK0.270.4500.24
HSL264.55º42.31%59.22%-
HSV(B)264.55º45.13%76.47%-
XYZ26.4420.354.15-
YUV127.8165.93138.84-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.13%
GREEN value IS 107 (42.19% from 255) = 24.04%
BLUE value IS 195 (76.56% from 255) = 43.82%
R=32.13%
G=24.04%
B=43.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1431071950.270.4500.24264.5542.3159.22
Hex8F6BC31B2D0181092a3b
Octal21715330333550304115273
Binary1000111111010111100001111011101101011000100001001101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,107,195); }

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

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

 a { background-color: rgb(143,107,195); }

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

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

 span { border-color: rgb(143,107,195); }

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