#8F6BC0

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

Shades of Lilac Bush #8F6BC0

Tints of Lilac Bush #8F6BC0

Color information

#8F6BC0 (or 0x8F6BC0) is unknown color: approx Lilac Bush. HEX triplet: 8F, 6B and C0. RGB value is (143,107,192). Sum of RGB (Red+Green+Blue) = 143+107+192=442 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.35% from 442); Green value is 107 (42.19% from 255 or 24.21% from 442); Blue value is 192 (75.39% from 255 or 43.44% from 442); Max value from RGB is 192 - color contains mainly: blue. Hex color #8F6BC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F6BC0 is #70943F. Grayscale: #7F7F7F. Windows color (decimal): -7377984 or 12610447. OLE color: 12610447.

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

Color convert

RGB143107192-
CMYK0.260.4400.25
HSL265.41º40.28%58.63%-
HSV(B)265.41º44.27%75.29%-
XYZ26.120.1652.38-
YUV127.45164.43139.09-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.35%
GREEN value IS 107 (42.19% from 255) = 24.21%
BLUE value IS 192 (75.39% from 255) = 43.44%
R=32.35%
G=24.21%
B=43.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1431071920.260.4400.25265.4140.2858.63
Hex8F6BC01A2C019109283b
Octal21715330032540314115073
Binary1000111111010111100000011010101100011001100001001101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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