#8B60BF

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

Shades of Lilac Bush #8B60BF

Tints of Lilac Bush #8B60BF

Color information

#8B60BF (or 0x8B60BF) is unknown color: approx Lilac Bush. HEX triplet: 8B, 60 and BF. RGB value is (139,96,191). Sum of RGB (Red+Green+Blue) = 139+96+191=426 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.63% from 426); Green value is 96 (37.89% from 255 or 22.54% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 191 - color contains mainly: blue. Hex color #8B60BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B60BF is #749F40. Grayscale: #777777. Windows color (decimal): -7642945 or 12542091. OLE color: 12542091.

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

Color convert

RGB13996191-
CMYK0.270.5000.25
HSL267.16º42.6%56.27%-
HSV(B)267.16º49.74%74.9%-
XYZ24.2317.6251.41-
YUV119.69168.25141.78-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.63%
GREEN value IS 96 (37.89% from 255) = 22.54%
BLUE value IS 191 (75% from 255) = 44.84%
R=32.63%
G=22.54%
B=44.84%

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
Decimal139961910.270.5000.25267.1642.656.27
Hex8B60BF1B3201910b2b38
Octal21314027733620314135370
Binary1000101111000001011111111011110010011001100001011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B60BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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