#8A60BF

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

Shades of Lilac Bush #8A60BF

Tints of Lilac Bush #8A60BF

Color information

#8A60BF (or 0x8A60BF) is unknown color: approx Lilac Bush. HEX triplet: 8A, 60 and BF. RGB value is (138,96,191). Sum of RGB (Red+Green+Blue) = 138+96+191=425 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.47% from 425); Green value is 96 (37.89% from 255 or 22.59% from 425); Blue value is 191 (75% from 255 or 44.94% from 425); Max value from RGB is 191 - color contains mainly: blue. Hex color #8A60BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A60BF is #759F40. Grayscale: #777777. Windows color (decimal): -7708481 or 12542090. OLE color: 12542090.

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

Color convert

RGB13896191-
CMYK0.280.5000.25
HSL266.53º42.6%56.27%-
HSV(B)266.53º49.74%74.9%-
XYZ24.0717.5351.41-
YUV119.39168.41141.28-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.47%
GREEN value IS 96 (37.89% from 255) = 22.59%
BLUE value IS 191 (75% from 255) = 44.94%
R=32.47%
G=22.59%
B=44.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal138961910.280.5000.25266.5342.656.27
Hex8A60BF1C3201910b2b38
Octal21214027734620314135370
Binary1000101011000001011111111100110010011001100001011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A60BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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