#8968B5

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

Shades of Lilac Bush #8968B5

Tints of Lilac Bush #8968B5

Color information

#8968B5 (or 0x8968B5) is unknown color: approx Lilac Bush. HEX triplet: 89, 68 and B5. RGB value is (137,104,181). Sum of RGB (Red+Green+Blue) = 137+104+181=422 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.46% from 422); Green value is 104 (41.02% from 255 or 24.64% from 422); Blue value is 181 (71.09% from 255 or 42.89% from 422); Max value from RGB is 181 - color contains mainly: blue. Hex color #8968B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8968B5 is #76974A. Grayscale: #7A7A7A. Windows color (decimal): -7771979 or 11888777. OLE color: 11888777.

HSL color Cylindrical-coordinate representation of color #8968B5: hue angle of 265.71º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8968B5 is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB137104181-
CMYK0.240.4300.29
HSL265.71º34.22%55.88%-
HSV(B)265.71º42.54%70.98%-
XYZ23.6118.5646.05-
YUV122.64160.93138.24-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.46%
GREEN value IS 104 (41.02% from 255) = 24.64%
BLUE value IS 181 (71.09% from 255) = 42.89%
R=32.46%
G=24.64%
B=42.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1371041810.240.4300.29265.7134.2255.88
Hex8968B5182B01D10a2238
Octal21115026530530354124270
Binary1000100111010001011010111000101011011101100001010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8968B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8968B5; }

 p { color: rgb(137,104,181); }

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

<style>
 a { background-color: #8968B5; }

 a { background-color: rgb(137,104,181); }

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

<style>
 span { border-color: #8968B5; }

 span { border-color: rgb(137,104,181); }

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