#8F6CBE

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

Shades of Lilac Bush #8F6CBE

Tints of Lilac Bush #8F6CBE

Color information

#8F6CBE (or 0x8F6CBE) is unknown color: approx Lilac Bush. HEX triplet: 8F, 6C and BE. RGB value is (143,108,190). Sum of RGB (Red+Green+Blue) = 143+108+190=441 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.43% from 441); Green value is 108 (42.58% from 255 or 24.49% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F6CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F6CBE is #709341. Grayscale: #7F7F7F. Windows color (decimal): -7377730 or 12479631. OLE color: 12479631.

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

Color convert

RGB143108190-
CMYK0.250.4300.25
HSL265.61º38.68%58.43%-
HSV(B)265.61º43.16%74.51%-
XYZ25.9820.2851.26-
YUV127.81163.1138.83-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.43%
GREEN value IS 108 (42.58% from 255) = 24.49%
BLUE value IS 190 (74.61% from 255) = 43.08%
R=32.43%
G=24.49%
B=43.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1431081900.250.4300.25265.6138.6858.43
Hex8F6CBE192B01910a273a
Octal21715427631530314124772
Binary1000111111011001011111011001101011011001100001010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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