#8F6CBC

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

Shades of Lilac Bush #8F6CBC

Tints of Lilac Bush #8F6CBC

Color information

#8F6CBC (or 0x8F6CBC) is unknown color: approx Lilac Bush. HEX triplet: 8F, 6C and BC. RGB value is (143,108,188). Sum of RGB (Red+Green+Blue) = 143+108+188=439 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.57% from 439); Green value is 108 (42.58% from 255 or 24.60% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 188 - color contains mainly: blue. Hex color #8F6CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F6CBC is #709343. Grayscale: #7F7F7F. Windows color (decimal): -7377732 or 12348559. OLE color: 12348559.

HSL color Cylindrical-coordinate representation of color #8F6CBC: hue angle of 266.25º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8F6CBC is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB143108188-
CMYK0.240.4300.26
HSL266.25º37.38%58.04%-
HSV(B)266.25º42.55%73.73%-
XYZ25.7720.250.12-
YUV127.58162.1139-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.57%
GREEN value IS 108 (42.58% from 255) = 24.60%
BLUE value IS 188 (73.83% from 255) = 42.82%
R=32.57%
G=24.60%
B=42.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1431081880.240.4300.26266.2537.3858.04
Hex8F6CBC182B01A10a253a
Octal21715427430530324124572
Binary1000111111011001011110011000101011011010100001010100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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