#8C60BF

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

Shades of Lilac Bush #8C60BF

Tints of Lilac Bush #8C60BF

Color information

#8C60BF (or 0x8C60BF) is unknown color: approx Lilac Bush. HEX triplet: 8C, 60 and BF. RGB value is (140,96,191). Sum of RGB (Red+Green+Blue) = 140+96+191=427 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.79% from 427); Green value is 96 (37.89% from 255 or 22.48% from 427); Blue value is 191 (75% from 255 or 44.73% from 427); Max value from RGB is 191 - color contains mainly: blue. Hex color #8C60BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C60BF is #739F40. Grayscale: #777777. Windows color (decimal): -7577409 or 12542092. OLE color: 12542092.

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

Color convert

RGB14096191-
CMYK0.270.5000.25
HSL267.79º42.6%56.27%-
HSV(B)267.79º49.74%74.9%-
XYZ24.417.751.42-
YUV119.99168.08142.28-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.79%
GREEN value IS 96 (37.89% from 255) = 22.48%
BLUE value IS 191 (75% from 255) = 44.73%
R=32.79%
G=22.48%
B=44.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal140961910.270.5000.25267.7942.656.27
Hex8C60BF1B3201910c2b38
Octal21414027733620314145370
Binary1000110011000001011111111011110010011001100001100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C60BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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