#8D60BF

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

Shades of Lilac Bush #8D60BF

Tints of Lilac Bush #8D60BF

Color information

#8D60BF (or 0x8D60BF) is unknown color: approx Lilac Bush. HEX triplet: 8D, 60 and BF. RGB value is (141,96,191). Sum of RGB (Red+Green+Blue) = 141+96+191=428 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.94% from 428); Green value is 96 (37.89% from 255 or 22.43% from 428); Blue value is 191 (75% from 255 or 44.63% from 428); Max value from RGB is 191 - color contains mainly: blue. Hex color #8D60BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D60BF is #729F40. Grayscale: #777777. Windows color (decimal): -7511873 or 12542093. OLE color: 12542093.

HSL color Cylindrical-coordinate representation of color #8D60BF: hue angle of 268.42º 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 #8D60BF is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14196191-
CMYK0.260.5000.25
HSL268.42º42.6%56.27%-
HSV(B)268.42º49.74%74.9%-
XYZ24.5717.7951.43-
YUV120.28167.91142.78-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.94%
GREEN value IS 96 (37.89% from 255) = 22.43%
BLUE value IS 191 (75% from 255) = 44.63%
R=32.94%
G=22.43%
B=44.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal141961910.260.5000.25268.4242.656.27
Hex8D60BF1A3201910c2b38
Octal21514027732620314145370
Binary1000110111000001011111111010110010011001100001100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D60BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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