#8F6CC1

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

Shades of Lilac Bush #8F6CC1

Tints of Lilac Bush #8F6CC1

Color information

#8F6CC1 (or 0x8F6CC1) is unknown color: approx Lilac Bush. HEX triplet: 8F, 6C and C1. RGB value is (143,108,193). Sum of RGB (Red+Green+Blue) = 143+108+193=444 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.21% from 444); Green value is 108 (42.58% from 255 or 24.32% from 444); Blue value is 193 (75.78% from 255 or 43.47% from 444); Max value from RGB is 193 - color contains mainly: blue. Hex color #8F6CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F6CC1 is #70933E. Grayscale: #7F7F7F. Windows color (decimal): -7377727 or 12676239. OLE color: 12676239.

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

Color convert

RGB143108193-
CMYK0.260.4400.24
HSL264.71º40.67%59.02%-
HSV(B)264.71º44.04%75.69%-
XYZ26.3220.4253.01-
YUV128.16164.6138.59-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.21%
GREEN value IS 108 (42.58% from 255) = 24.32%
BLUE value IS 193 (75.78% from 255) = 43.47%
R=32.21%
G=24.32%
B=43.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1431081930.260.4400.24264.7140.6759.02
Hex8F6CC11A2C018109293b
Octal21715430132540304115173
Binary1000111111011001100000111010101100011000100001001101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,108,193); }

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

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

 a { background-color: rgb(143,108,193); }

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

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

 span { border-color: rgb(143,108,193); }

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