#8B60BC

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

Shades of Lilac Bush #8B60BC

Tints of Lilac Bush #8B60BC

Color information

#8B60BC (or 0x8B60BC) is unknown color: approx Lilac Bush. HEX triplet: 8B, 60 and BC. RGB value is (139,96,188). Sum of RGB (Red+Green+Blue) = 139+96+188=423 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.86% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 188 - color contains mainly: blue. Hex color #8B60BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B60BC is #749F43. Grayscale: #777777. Windows color (decimal): -7642948 or 12345483. OLE color: 12345483.

HSL color Cylindrical-coordinate representation of color #8B60BC: hue angle of 268.04º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8B60BC is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13996188-
CMYK0.260.4900.26
HSL268.04º40.71%55.69%-
HSV(B)268.04º48.94%73.73%-
XYZ23.9117.4949.69-
YUV119.34166.75142.02-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.86%
GREEN value IS 96 (37.89% from 255) = 22.70%
BLUE value IS 188 (73.83% from 255) = 44.44%
R=32.86%
G=22.70%
B=44.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal139961880.260.4900.26268.0440.7155.69
Hex8B60BC1A3101A10c2938
Octal21314027432610324145170
Binary1000101111000001011110011010110001011010100001100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B60BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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