#916CB9

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

Shades of Lilac Bush #916CB9

Tints of Lilac Bush #916CB9

Color information

#916CB9 (or 0x916CB9) is unknown color: approx Lilac Bush. HEX triplet: 91, 6C and B9. RGB value is (145,108,185). Sum of RGB (Red+Green+Blue) = 145+108+185=438 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.11% from 438); Green value is 108 (42.58% from 255 or 24.66% from 438); Blue value is 185 (72.66% from 255 or 42.24% from 438); Max value from RGB is 185 - color contains mainly: blue. Hex color #916CB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916CB9 is #6E9346. Grayscale: #7F7F7F. Windows color (decimal): -7246663 or 12151953. OLE color: 12151953.

HSL color Cylindrical-coordinate representation of color #916CB9: hue angle of 268.83º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #916CB9 is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB145108185-
CMYK0.220.4200.27
HSL268.83º35.48%57.45%-
HSV(B)268.83º41.62%72.55%-
XYZ25.820.2548.45-
YUV127.84160.26140.24-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.11%
GREEN value IS 108 (42.58% from 255) = 24.66%
BLUE value IS 185 (72.66% from 255) = 42.24%
R=33.11%
G=24.66%
B=42.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1451081850.220.4200.27268.8335.4857.45
Hex916CB9162A01B10d2339
Octal22115427126520334154371
Binary1001000111011001011100110110101010011011100001101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916CB9; }

 p { color: rgb(145,108,185); }

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

<style>
 a { background-color: #916CB9; }

 a { background-color: rgb(145,108,185); }

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

<style>
 span { border-color: #916CB9; }

 span { border-color: rgb(145,108,185); }

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