#8961C0

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

Shades of Lilac Bush #8961C0

Tints of Lilac Bush #8961C0

Color information

#8961C0 (or 0x8961C0) is unknown color: approx Lilac Bush. HEX triplet: 89, 61 and C0. RGB value is (137,97,192). Sum of RGB (Red+Green+Blue) = 137+97+192=426 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.16% from 426); Green value is 97 (38.28% from 255 or 22.77% from 426); Blue value is 192 (75.39% from 255 or 45.07% from 426); Max value from RGB is 192 - color contains mainly: blue. Hex color #8961C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8961C0 is #769E3F. Grayscale: #777777. Windows color (decimal): -7773760 or 12607881. OLE color: 12607881.

HSL color Cylindrical-coordinate representation of color #8961C0: hue angle of 265.26º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8961C0 is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13797192-
CMYK0.290.4900.25
HSL265.26º42.99%56.67%-
HSV(B)265.26º49.48%75.29%-
XYZ24.1117.6752.01-
YUV119.79168.75140.28-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.16%
GREEN value IS 97 (38.28% from 255) = 22.77%
BLUE value IS 192 (75.39% from 255) = 45.07%
R=32.16%
G=22.77%
B=45.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal137971920.290.4900.25265.2642.9956.67
Hex8961C01D310191092b39
Octal21114130035610314115371
Binary1000100111000011100000011101110001011001100001001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8961C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8961C0; }

 p { color: rgb(137,97,192); }

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

<style>
 a { background-color: #8961C0; }

 a { background-color: rgb(137,97,192); }

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

<style>
 span { border-color: #8961C0; }

 span { border-color: rgb(137,97,192); }

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