#8B60BD

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

Shades of Lilac Bush #8B60BD

Tints of Lilac Bush #8B60BD

Color information

#8B60BD (or 0x8B60BD) is unknown color: approx Lilac Bush. HEX triplet: 8B, 60 and BD. RGB value is (139,96,189). Sum of RGB (Red+Green+Blue) = 139+96+189=424 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.78% from 424); Green value is 96 (37.89% from 255 or 22.64% from 424); Blue value is 189 (74.22% from 255 or 44.58% from 424); Max value from RGB is 189 - color contains mainly: blue. Hex color #8B60BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B60BD is #749F42. Grayscale: #777777. Windows color (decimal): -7642947 or 12411019. OLE color: 12411019.

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

Color convert

RGB13996189-
CMYK0.260.4900.26
HSL267.74º41.33%55.88%-
HSV(B)267.74º49.21%74.12%-
XYZ24.0217.5350.26-
YUV119.46167.25141.94-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.78%
GREEN value IS 96 (37.89% from 255) = 22.64%
BLUE value IS 189 (74.22% from 255) = 44.58%
R=32.78%
G=22.64%
B=44.58%

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
Decimal139961890.260.4900.26267.7441.3355.88
Hex8B60BD1A3101A10c2938
Octal21314027532610324145170
Binary1000101111000001011110111010110001011010100001100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B60BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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