#8F6EBB

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

Shades of Lilac Bush #8F6EBB

Tints of Lilac Bush #8F6EBB

Color information

#8F6EBB (or 0x8F6EBB) is unknown color: approx Lilac Bush. HEX triplet: 8F, 6E and BB. RGB value is (143,110,187). Sum of RGB (Red+Green+Blue) = 143+110+187=440 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.5% from 440); Green value is 110 (43.36% from 255 or 25% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 187 - color contains mainly: blue. Hex color #8F6EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F6EBB is #709144. Grayscale: #808080. Windows color (decimal): -7377221 or 12283535. OLE color: 12283535.

HSL color Cylindrical-coordinate representation of color #8F6EBB: hue angle of 265.71º 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 #8F6EBB is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB143110187-
CMYK0.240.4100.27
HSL265.71º36.15%58.24%-
HSV(B)265.71º41.18%73.33%-
XYZ25.8720.5849.62-
YUV128.65160.93138.24-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.5%
GREEN value IS 110 (43.36% from 255) = 25%
BLUE value IS 187 (73.44% from 255) = 42.5%
R=32.5%
G=25%
B=42.5%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1431101870.240.4100.27265.7136.1558.24
Hex8F6EBB182901B10a243a
Octal21715627330510334124472
Binary1000111111011101011101111000101001011011100001010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,110,187); }

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

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

 a { background-color: rgb(143,110,187); }

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

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

 span { border-color: rgb(143,110,187); }

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