#8C60BB

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

Shades of Lilac Bush #8C60BB

Tints of Lilac Bush #8C60BB

Color information

#8C60BB (or 0x8C60BB) is unknown color: approx Lilac Bush. HEX triplet: 8C, 60 and BB. RGB value is (140,96,187). Sum of RGB (Red+Green+Blue) = 140+96+187=423 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.10% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 187 (73.44% from 255 or 44.21% from 423); Max value from RGB is 187 - color contains mainly: blue. Hex color #8C60BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C60BB is #739F44. Grayscale: #777777. Windows color (decimal): -7577413 or 12279948. OLE color: 12279948.

HSL color Cylindrical-coordinate representation of color #8C60BB: hue angle of 269.01º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8C60BB is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14096187-
CMYK0.250.4900.27
HSL269.01º40.09%55.49%-
HSV(B)269.01º48.66%73.33%-
XYZ23.9717.5349.13-
YUV119.53166.08142.6-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.10%
GREEN value IS 96 (37.89% from 255) = 22.70%
BLUE value IS 187 (73.44% from 255) = 44.21%
R=33.10%
G=22.70%
B=44.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal140961870.250.4900.27269.0140.0955.49
Hex8C60BB193101B10d2837
Octal21414027331610334155067
Binary1000110011000001011101111001110001011011100001101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C60BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,96,187); }

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

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

 a { background-color: rgb(140,96,187); }

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

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

 span { border-color: rgb(140,96,187); }

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